forked from infomodels/infomodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.73 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
29
30
31
32
module github.com/infomodels/infomodels
go 1.16
require (
github.com/BurntSushi/toml v0.2.1-0.20160717150709-99064174e013 // indirect
github.com/Sirupsen/logrus v0.10.1-0.20160716025631-a283a10442df
github.com/blang/semver v3.3.0+incompatible
github.com/chop-dbhi/data-models-service v0.0.0-20160603202342-7c386845d4ad
github.com/chop-dbhi/data-models-validator v0.0.0-20210601224555-0a59bae236f3
github.com/fsnotify/fsnotify v1.3.1 // indirect
github.com/hashicorp/hcl v0.0.0-20160711231752-d8c773c4cba1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/infomodels/database v0.0.0-20160812144446-aaf193248ea7
github.com/infomodels/datadirectory v0.0.0-20160526174020-d8ddbe0fedbd
github.com/infomodels/datapackage v0.0.0-20160525181129-9aea8e33d12e
github.com/lib/pq v1.10.2 // indirect
github.com/magiconair/properties v1.7.1-0.20160716111125-af14024f63be // indirect
github.com/mattn/go-runewidth v0.0.1 // indirect
github.com/mitchellh/mapstructure v0.0.0-20160713010219-21a35fb16463 // indirect
github.com/olekukonko/tablewriter v0.0.0-20160621093029-daf2955e742c
github.com/spf13/cast v0.0.0-20160314192028-27b586b42e29 // indirect
github.com/spf13/cobra v0.0.0-20160715235549-b24564e91924
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80 // indirect
github.com/spf13/pflag v0.0.0-20160610190902-367864438f1b // indirect
github.com/spf13/viper v0.0.0-20160605220307-c1ccc378a054
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20160717044909-f28b56427a52 // indirect
golang.org/x/sys v0.0.0-20160717071931-a646d33e2ee3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.0.0-20160715033755-e4d366fc3c79 // indirect
)