mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
123 lines
2.3 KiB
TOML
123 lines
2.3 KiB
TOML
# Gopkg.toml example
|
|
#
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
# 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/globalsign/mgo"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/buffalo"
|
|
version = "0.11.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/envy"
|
|
version = "1.6.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/packr"
|
|
version = "1.10.6"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/pop"
|
|
version = "4.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/suite"
|
|
version = "2.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/markbates/goth"
|
|
version = "1.45.4"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/markbates/grift"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/rs/cors"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/sabhiram/go-gitignore"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/afero"
|
|
version = "1.0.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/unrolled/secure"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
name = "github.com/minio/minio-go"
|
|
version = "6.0.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/gobuffalo/gocraft-work-adapter"
|
|
|
|
[[constraint]]
|
|
name = "github.com/garyburd/redigo"
|
|
version = "1.6.0"
|
|
|
|
[[constraint]]
|
|
name = "cloud.google.com/go"
|
|
version = "0.23.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "google.golang.org/api"
|
|
|
|
[[override]]
|
|
name = "github.com/golang/protobuf"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
name = "google.golang.org/appengine"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/hashicorp/go-multierror"
|
|
|
|
[[constraint]]
|
|
name = "github.com/aws/aws-sdk-go"
|
|
version = "1.14.12"
|