Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from govendor to go mod #645

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [NEXT_RELEASE]
### Changed
- Dependecy managemento from `govendor` to `go modules`

## [0.34.0] - 2020-07-22
### Added
- Nginx default `requests` quota value for cpu and memory
Expand Down
78 changes: 78 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
module github.com/luizalabs/teresa

go 1.15

require (
cloud.google.com/go v0.23.1-0.20180524205027-c338ed132971 // indirect
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/Sirupsen/logrus v0.10.1-0.20160601113210-f3cfb454f4c2
github.com/aws/aws-sdk-go v0.10.1-0.20151030050406-3d6b9db330e9
github.com/cloudfoundry-incubator/candiedyaml v0.0.0-20160429080125-99c3df83b515 // indirect
github.com/dgrijalva/jwt-go v3.0.1-0.20160729164851-63734eae1ef5+incompatible
github.com/emicklei/go-restful v1.1.4-0.20160703162049-b14c3a95fc27 // indirect
github.com/fatih/color v1.1.1-0.20161025120501-bf82308e8c85
github.com/fsnotify/fsnotify v1.3.0 // indirect
github.com/ghodss/yaml v0.0.0-20160604002925-aa0c86205766 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/go-openapi/swag v0.0.0-20160821222259-0e04f5e499b1 // indirect
github.com/go-sql-driver/mysql v1.3.1-0.20180308100310-1a676ac6e4dc // indirect
github.com/gogo/protobuf v0.0.0-20160804155430-a4cceea7a401 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.3.1
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
github.com/google/gofuzz v0.0.0-20160201174807-fd52762d25a4 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20170611114647-f63a7dfb64c1
github.com/hashicorp/hcl v0.0.0-20160621204241-5b7dbf7eefff // indirect
github.com/howeyc/gopass v0.0.0-20160303200116-66487b23f288
github.com/imdario/mergo v0.0.0-20170620104701-e3000cb3d28c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20160626222713-8f4d3a0d04ce // indirect
github.com/json-iterator/go v0.0.0-20180315132816-ca39e5af3ece // indirect
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
github.com/kelseyhightower/envconfig v1.3.1-0.20170206223400-8bf4bbfc795e
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
github.com/magiconair/properties v1.7.0 // indirect
github.com/mailru/easyjson v0.0.0-20160823093631-34560e358dc0 // indirect
github.com/mattn/go-colorable v0.0.8-0.20170312235756-a392f450ea64 // indirect
github.com/mattn/go-isatty v0.0.2-0.20170307163044-57fdcb988a5c // indirect
github.com/mattn/go-runewidth v0.0.1 // indirect
github.com/mattn/go-sqlite3 v1.1.1-0.20160715133849-e118d4451349 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/mapstructure v0.0.0-20160212031839-d2dd02622084 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da // indirect
github.com/olekukonko/tablewriter v0.0.0-20160621093029-daf2955e742c
github.com/pelletier/go-buffruneio v0.1.0 // indirect
github.com/pelletier/go-toml v0.3.6-0.20160920070715-45932ad32dfd // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.8.1-0.20161002052512-839d9e913e06
github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
github.com/soheilhy/cmux v0.1.3-0.20170720181427-34a8ab6cda23
github.com/spf13/afero v0.0.0-20160919210114-52e4a6cfac46 // indirect
github.com/spf13/cast v0.0.0-20160926084249-2580bc98dc0e // indirect
github.com/spf13/cobra v0.0.0-20161026012826-6e91dded25d7
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80 // indirect
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff // indirect
github.com/spf13/viper v0.0.0-20161024192041-80ab6657f9ec
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/oauth2 v0.0.0-20180523224158-770e5ebd4ab2 // indirect
golang.org/x/sync v0.0.0-20170517211232-f52d1811a629
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20170404132009-411e09b969b1 // indirect
google.golang.org/grpc v1.2.1-0.20170425175143-c73e0165df8e
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.0.0-20160715033755-e4d366fc3c79
k8s.io/api v0.0.0-20171207041203-11147472b7c9
k8s.io/apimachinery v0.0.0-20171207040834-180eddb345a5
k8s.io/client-go v6.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20171101183504-39a7bf85c140 // indirect
)
Loading