-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
183 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.4.1 | ||
v2.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,56 @@ | ||
module github.com/uccmisl/godash | ||
|
||
// updates for godash v2.4.0 | ||
// updates for godash v2.4.2 | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/cavaliercoder/grab v2.0.0+incompatible | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/hashicorp/consul/api v1.12.0 | ||
github.com/lucas-clemente/quic-go v0.25.0 | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
gonum.org/v1/gonum v0.9.3 | ||
google.golang.org/grpc v1.44.0 | ||
github.com/hashicorp/consul/api v1.18.0 | ||
// remove direct link to http3 folder, as it contains no go.mod file | ||
github.com/quic-go/quic-go v0.33.0 | ||
golang.org/x/net v0.7.0 | ||
gonum.org/v1/gonum v0.12.0 | ||
google.golang.org/grpc v1.53.0 | ||
) | ||
|
||
require ( | ||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/cheekybits/genny v1.0.1-0.20190611084615-df3d48aa411e // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/fatih/color v1.14.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-hclog v0.12.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20230222194610-99052d3372e7 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v1.4.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/hashicorp/serf v0.9.6 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/serf v0.10.1 // indirect | ||
github.com/marten-seemann/qpack v0.2.1 // indirect | ||
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect | ||
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect | ||
github.com/mattn/go-colorable v0.1.6 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo v1.16.4 // indirect | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.8.3 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230221151758-ace64dc21148 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) |
Oops, something went wrong.