forked from CyCoreSystems/ari-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/CyCoreSystems/ari-proxy/v5
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/CyCoreSystems/ari/v5 v5.0.8
github.com/fsnotify/fsnotify v0.0.0-20170329110642-4da3e2cfbabc // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect
github.com/inconshreveable/log15 v0.0.0-20171019012758-0decfc6c20d9
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.7.3 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect
github.com/nats-io/nats-server/v2 v2.0.0 // indirect
github.com/nats-io/nats.go v1.8.1
github.com/pelletier/go-toml v0.0.0-20170817000623-4692b8f9babf // indirect
github.com/pkg/errors v0.8.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.4.0
)