-
Notifications
You must be signed in to change notification settings - Fork 33
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
2 changed files
with
850 additions
and
61 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,28 +1,46 @@ | ||
module github.com/CyCoreSystems/ari-proxy/v5 | ||
|
||
go 1.14 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/CyCoreSystems/ari/v5 v5.3.0 | ||
github.com/fsnotify/fsnotify v0.0.0-20170329110642-4da3e2cfbabc // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect | ||
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/magiconair/properties v1.7.3 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect | ||
github.com/nats-io/nats.go v1.18.0 | ||
github.com/rotisserie/eris v0.5.4 | ||
github.com/spf13/cobra v1.6.0 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/stretchr/testify v1.8.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-stack/stack v1.8.1 // 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/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/nats-io/nats-server/v2 v2.6.6 // indirect | ||
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc | ||
github.com/pelletier/go-toml v0.0.0-20170817000623-4692b8f9babf // indirect | ||
github.com/rotisserie/eris v0.4.1 | ||
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect | ||
github.com/spf13/cast v1.1.0 // indirect | ||
github.com/spf13/cobra v0.0.2 | ||
github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046 // indirect | ||
github.com/spf13/pflag v1.0.0 // indirect | ||
github.com/spf13/viper v1.0.2 | ||
github.com/stretchr/testify v1.7.0 | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
github.com/nats-io/nkeys v0.3.0 // 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/pelletier/go-toml/v2 v2.0.5 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // 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 | ||
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 | ||
golang.org/x/text v0.4.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.