forked from cyverse-de/user-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.09 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
28
module github.com/cyverse-de/user-info
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.3.0
github.com/cyverse-de/configurate v0.0.0-20171005230251-9b512d37328e
github.com/cyverse-de/dbutil v0.0.0-20160615220802-d6ccc51d67cd
github.com/cyverse-de/queries v0.0.0-20160412214440-1a09c989c99d
github.com/fsnotify/fsnotify v1.4.7
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
github.com/gorilla/mux v1.6.1
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
github.com/lib/pq v0.0.0-20180201184707-88edab080323
github.com/magiconair/properties v1.7.6
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
github.com/pelletier/go-toml v1.1.0
github.com/sirupsen/logrus v1.0.5-0.20180129181852-768a92a02685
github.com/spf13/afero v1.0.2
github.com/spf13/cast v1.2.0
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v1.0.0
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90
golang.org/x/sys v0.0.0-20180201153126-8f27ce8a6040
golang.org/x/text v0.3.0
gopkg.in/yaml.v2 v2.1.1
)