-
-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go and all dependencies' versions (#403)
- Loading branch information
Showing
2 changed files
with
195 additions
and
202 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,68 @@ | ||
module github.com/emitter-io/emitter | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.31.4 // indirect | ||
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f | ||
github.com/coocood/freecache v1.1.1 | ||
github.com/dgraph-io/badger/v3 v3.2103.0 | ||
github.com/aws/aws-sdk-go v1.44.214 // indirect | ||
github.com/axiomhq/hyperloglog v0.0.0-20230201085229-3ddf4bad03dc | ||
github.com/coocood/freecache v1.2.3 | ||
github.com/dgraph-io/badger/v3 v3.2103.5 | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect | ||
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect | ||
github.com/emitter-io/address v1.0.1 | ||
github.com/emitter-io/config v1.0.0 | ||
github.com/emitter-io/stats v1.0.3 | ||
github.com/golang/snappy v0.0.3 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/jawher/mow.cli v1.1.0 | ||
github.com/kelindar/binary v1.0.10 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/jawher/mow.cli v1.2.0 | ||
github.com/kelindar/binary v1.0.17 | ||
github.com/kelindar/rate v1.0.0 | ||
github.com/kelindar/tcp v1.0.0 | ||
github.com/klauspost/compress v1.10.6 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/tidwall/buntdb v1.2.4 | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/valyala/fasthttp v1.12.0 | ||
github.com/klauspost/compress v1.16.0 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/tidwall/buntdb v1.2.10 | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/valyala/fasthttp v1.44.0 | ||
github.com/weaveworks/mesh v0.0.0-20191105120815-58dbcc3e8e63 | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/net v0.7.0 // indirect | ||
gopkg.in/alexcesaro/statsd.v2 v2.0.0 | ||
) | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.4.1 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgraph-io/ristretto v0.0.4-0.20210309073149-3836124cdc5a // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/flatbuffers v1.12.0 // indirect | ||
github.com/jmespath/go-jmespath v0.3.0 // indirect | ||
github.com/golang/glog v1.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/flatbuffers v23.3.3+incompatible // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/kelindar/process v0.0.0-20170730150328-69a29e249ec3 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/tidwall/btree v0.5.0 // indirect | ||
github.com/tidwall/gjson v1.8.0 // indirect | ||
github.com/tidwall/grect v0.1.2 // indirect | ||
github.com/tidwall/match v1.0.3 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.41.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/tidwall/btree v1.6.0 // indirect | ||
github.com/tidwall/gjson v1.14.4 // indirect | ||
github.com/tidwall/grect v0.1.4 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/rtred v0.1.2 // indirect | ||
github.com/tidwall/tinyqueue v0.1.1 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/protobuf v1.26.0-rc.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.