Skip to content

Commit

Permalink
version refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 4, 2023
1 parent d16005d commit d7b10ae
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 463 deletions.
46 changes: 23 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/CyCoreSystems/ari-proxy/v5

go 1.17
go 1.20

require (
github.com/CyCoreSystems/ari/v5 v5.3.0
github.com/CyCoreSystems/ari/v5 v5.3.1
github.com/go-stack/stack v1.8.1 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/nats-io/nats.go v1.18.0
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/rabbitmq/amqp091-go v1.5.0
github.com/inconshreveable/log15 v2.16.0+incompatible
github.com/nats-io/nats.go v1.28.0
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/rabbitmq/amqp091-go v1.8.1
github.com/rotisserie/eris v0.5.4
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
github.com/subosito/gotenv v1.6.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)

Expand All @@ -26,22 +26,22 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nats-io/nats-server/v2 v2.9.3 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d7b10ae

Please sign in to comment.