diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-26 16:42:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-26 16:42:19 -0700 |
commit | 82f8b4d838de3fb8eda5db9b23c5bc48ab281f9e (patch) | |
tree | 2b684049829c72fbdd4289535b18a19b884f377b /golang/Gopkg.toml | |
parent | 9b3e52e813bbd9dc9b1771ca2c63e33d93048e97 (diff) | |
download | fatcat-82f8b4d838de3fb8eda5db9b23c5bc48ab281f9e.tar.gz fatcat-82f8b4d838de3fb8eda5db9b23c5bc48ab281f9e.zip |
remove golang API server
Not following that path; this is to prevent future confusion. All code
is still in version control.
Diffstat (limited to 'golang/Gopkg.toml')
-rw-r--r-- | golang/Gopkg.toml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/golang/Gopkg.toml b/golang/Gopkg.toml deleted file mode 100644 index 5da2f710..00000000 --- a/golang/Gopkg.toml +++ /dev/null @@ -1,66 +0,0 @@ -# Gopkg.toml example -# -# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md -# for detailed Gopkg.toml documentation. -# -# required = ["github.com/user/thing/cmd/thing"] -# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] -# -# [[constraint]] -# name = "github.com/user/project" -# version = "1.0.0" -# -# [[constraint]] -# name = "github.com/user/project2" -# branch = "dev" -# source = "github.com/myfork/project2" -# -# [[override]] -# name = "github.com/x/y" -# version = "2.4.0" -# -# [prune] -# non-go = false -# go-tests = true -# unused-packages = true - - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/errors" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/loads" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/runtime" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/spec" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/strfmt" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/swag" - -[[constraint]] - branch = "master" - name = "github.com/go-openapi/validate" - -[[constraint]] - name = "github.com/jessevdk/go-flags" - version = "1.4.0" - -[[constraint]] - name = "github.com/tylerb/graceful" - version = "1.2.15" - -[prune] - go-tests = true - unused-packages = true |