From 33723f8a85871797b6f38ab0340437a9b635f917 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Thu, 25 Mar 2021 15:45:08 +1100 Subject: Remove .GOPATH symlinks Simplifies Makefiles to not use `.GOPATH` symlink. Updates `test.yaml` to reuse the Go cache in between jobs instead of removing and downloading all the dependencies for every job. Changelog: other --- go.mod | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f06ea125..dc903302 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/andybalholm/brotli v1.0.1 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 github.com/golang/mock v1.3.1 + github.com/golangci/golangci-lint v1.27.0 github.com/gorilla/context v1.1.1 github.com/gorilla/handlers v1.4.2 github.com/gorilla/securecookie v1.1.1 @@ -16,27 +16,22 @@ require ( github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/karlseguin/ccache/v2 v2.0.6 github.com/karrick/godirwalk v1.10.12 - github.com/kr/text v0.2.0 // indirect github.com/namsral/flag v1.7.4-pre - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pires/go-proxyproto v0.2.0 github.com/prometheus/client_golang v1.6.0 github.com/rs/cors v1.7.0 - github.com/sirupsen/logrus v1.7.0 + github.com/sirupsen/logrus v1.8.0 github.com/stretchr/objx v0.2.0 // indirect - github.com/stretchr/testify v1.6.1 + github.com/stretchr/testify v1.7.0 github.com/tj/assert v0.0.3 // indirect github.com/tj/go-redirects v0.0.0-20180508180010-5c02ead0bbc5 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad gitlab.com/gitlab-org/go-mimedb v1.45.0 gitlab.com/gitlab-org/labkit v1.3.0 - golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 - golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f - golang.org/x/net v0.0.0-20200226121028-0de0cce0169b - golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f - golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770 - gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect - honnef.co/go/tools v0.0.1-2020.1.3 // indirect + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 + golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb + golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 + golang.org/x/tools v0.1.0 ) -- cgit v1.2.3