update dependencies

Resolves #9 #10
This commit is contained in:
Lawrence, Rendall
2022-06-01 19:58:44 +03:00
parent 79c92df0f8
commit 615bcb2050
2 changed files with 12 additions and 11 deletions
+4 -4
View File
@@ -5,17 +5,17 @@ go 1.18
require (
code.cloudfoundry.org/go-diodes v0.0.0-20220420211542-53509ccdf174
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
github.com/anacrolix/torrent v1.42.0
github.com/anacrolix/torrent v1.44.0
github.com/go-redis/redis/v8 v8.11.5
github.com/julienschmidt/httprouter v1.3.0
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
github.com/minio/sha256-simd v1.0.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_golang v1.12.2
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -37,6 +37,6 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/protobuf v1.28.0 // indirect
)