Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Nelson committed Mar 29, 2022
1 parent 47f5757 commit 4817432
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 14 deletions.
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ module github.com/spec-tacles/gateway
go 1.17

require (
github.com/BurntSushi/toml v0.3.1
github.com/gorilla/websocket v1.4.2
github.com/BurntSushi/toml v1.0.0
github.com/gorilla/websocket v1.5.0
github.com/mediocregopher/radix/v4 v4.0.0
github.com/prometheus/client_golang v1.6.0
github.com/spec-tacles/go v0.0.0-20211227195502-10babc70a2f4
github.com/valyala/gozstd v1.7.0
github.com/prometheus/client_golang v1.12.1
github.com/spec-tacles/go v0.0.0-20220329230701-72c68fe73851
github.com/valyala/gozstd v1.16.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bwmarrin/snowflake v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/rabbitmq/amqp091-go v1.2.0 // indirect
github.com/prometheus/common v0.33.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rabbitmq/amqp091-go v1.3.2
github.com/tilinna/clock v1.1.0 // indirect
github.com/ugorji/go/codec v1.2.6 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
google.golang.org/protobuf v1.21.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
golang.org/x/sys v0.0.0-20220329152356-43be30ef3008 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit 4817432

Please sign in to comment.