github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/Gopkg.toml (about) 1 # Gopkg.toml example 2 # 3 # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html 4 # for detailed Gopkg.toml documentation. 5 # 6 # required = ["github.com/user/thing/cmd/thing"] 7 # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] 8 # 9 # [[constraint]] 10 # name = "github.com/user/project" 11 # version = "1.0.0" 12 # 13 # [[constraint]] 14 # name = "github.com/user/project2" 15 # branch = "dev" 16 # source = "github.com/myfork/project2" 17 # 18 # [[override]] 19 # name = "github.com/x/y" 20 # version = "2.4.0" 21 # 22 # [prune] 23 # non-go = false 24 # go-tests = true 25 # unused-packages = true 26 27 [[override]] 28 name = "gopkg.in/fsnotify.v1" 29 source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz" 30 31 [[override]] 32 name = "github.com/go-openapi/runtime" 33 version = "0.17.2" 34 35 [[constraint]] 36 name = "github.com/aws/aws-sdk-go" 37 revision = "76c9d14705691842d7bae58b444067f9d59aa15a" 38 39 [[constraint]] 40 name = "github.com/djannot/aws-sdk-go" 41 revision = "d3c188b2adac1de1185a98172808c588f72ea340" 42 43 [[constraint]] 44 name = "github.com/go-martini/martini" 45 revision = "22fa46961aabd2665cf3f1343b146d20028f5071" 46 47 [[constraint]] 48 name = "github.com/sirupsen/logrus" 49 version = "1.1.1" 50 51 [[constraint]] 52 branch = "master" 53 name = "github.com/rackspace/gophercloud" 54 55 [[constraint]] 56 name = "github.com/vmware/govmomi" 57 version = "0.7.1" 58 59 [[constraint]] 60 name = "github.com/vmware/photon-controller-go-sdk" 61 version = "PROMOTED-79" 62 63 [[constraint]] 64 name = "gopkg.in/cheggaaa/pb.v1" 65 version = "1.0.2" 66 67 [[constraint]] 68 name = "github.com/firecracker-microvm/firecracker-go-sdk" 69 revision = "d6ebdb60773e8c83eba39f3719a135298a8f9ba8" 70 71 [[override]] 72 name = "golang.org/x/sys" 73 revision = "4ed8d59d0b35e1e29334a206d1b3f38b1e5dfb31" 74 75 [prune] 76 go-tests = true 77 unused-packages = true