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

dev: update Go deps #1556

Merged
merged 7 commits into from
May 18, 2021
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ force-yarn:
check: force-yarn generate node_modules
# go run devtools/ordermigrations/main.go -check
go vet ./...
go run github.com/gordonklaus/ineffassign .
go run github.com/gordonklaus/ineffassign ./...
CGO_ENABLED=0 go run honnef.co/go/tools/cmd/staticcheck ./...
yarn run fmt
yarn run lint
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/dockerfiles/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM goalert/build-env:go1.16.3-postgres13 AS build
FROM goalert/build-env:go1.16.4-postgres13 AS build

COPY Makefile /goalert/Makefile
COPY yarn.lock package.json /goalert/
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/dockerfiles/all-in-one/Dockerfile.buildx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM goalert/build-env:go1.16.3-postgres13 AS binaries
FROM --platform=$BUILDPLATFORM goalert/build-env:go1.16.4-postgres13 AS binaries
ARG BUILDPLATFORM
COPY bin/goalert-linux-arm /linux/arm/v7/goalert
COPY bin/resetdb-linux-arm /linux/arm/v7/resetdb
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/dockerfiles/build-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.2-alpine3.12
FROM golang:1.16.4-alpine3.12

ENV PGDATA=/var/lib/postgresql/data PGUSER=postgres DB_URL=postgresql://postgres@
RUN apk --no-cache add git nodejs yarn make postgresql postgresql-contrib
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/dockerfiles/goalert/Dockerfile.buildx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM goalert/build-env:go1.16.3-postgres13 AS binaries
FROM --platform=$BUILDPLATFORM goalert/build-env:go1.16.4-postgres13 AS binaries
ARG BUILDPLATFORM
COPY bin/goalert-linux-arm /linux/arm/v7/goalert
COPY bin/goalert-linux-arm64 /linux/arm64/goalert
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/tasks/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outputs:
- name: bin
image_resource:
type: registry-image
source: { repository: goalert/build-env, tag: go1.16.3-postgres13 }
source: { repository: goalert/build-env, tag: go1.16.4-postgres13 }
run:
path: sh
dir: goalert
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/tasks/scripts/codecheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$PKG_JSON_VER" != "$DOCKERFILE_VER" ]; then
fi

# assert build-env versions are identical
BUILD_ENV_VER=go1.16.3-postgres13
BUILD_ENV_VER=go1.16.4-postgres13
for file in $(find devtools -name 'Dockerfile*')
do
if ! grep -q "goalert/build-env" "$file"; then
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/tasks/test-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outputs:
- name: debug
image_resource:
type: registry-image
source: { repository: goalert/build-env, tag: go1.16.3-postgres13 }
source: { repository: goalert/build-env, tag: go1.16.4-postgres13 }
run:
path: sh
dir: goalert
Expand Down
74 changes: 37 additions & 37 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@ module github.com/target/goalert
go 1.16

require (
cloud.google.com/go v0.79.0
cloud.google.com/go v0.82.0
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
dmitri.shuralyov.com/go/generated v0.0.0-20170818220700-b1254a446363 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.6
github.com/99designs/gqlgen v0.13.0
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/alecthomas/chroma v0.8.2
github.com/alecthomas/chroma v0.9.1
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alexeyco/simpletable v0.0.0-20200730140406-5bb24159ccfb
github.com/aws/aws-sdk-go v1.28.6 // indirect
github.com/alexeyco/simpletable v1.0.0
github.com/aws/aws-sdk-go v1.38.41 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.10.0
github.com/felixge/httpsnoop v1.0.1
github.com/fatih/color v1.11.0
github.com/felixge/httpsnoop v1.0.2
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/mock v1.5.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20201107091007-3b93a8888063
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254
github.com/gorilla/pat v1.0.1 // indirect
github.com/graphql-go/graphql v0.7.9
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // pinned version - see https://github.com/target/goalert/issues/1239
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // pinned version - see https://github.com/target/goalert/issues/1239
github.com/ian-kent/envconf v0.0.0-20141026121121-c19809918c02 // indirect
github.com/ian-kent/go-log v0.0.0-20160113211217-5731446c36ab // indirect
github.com/ian-kent/goose v0.0.0-20141221090059-c3541ea826ad // indirect
github.com/ian-kent/linkio v0.0.0-20170807205755-97566b872887 // indirect
github.com/jackc/pgconn v1.7.2
github.com/jackc/pgtype v1.6.1
github.com/jackc/pgx/v4 v4.9.2
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgtype v1.7.0
github.com/jackc/pgx/v4 v4.11.0
github.com/jmespath/go-jmespath v0.4.0
github.com/joho/godotenv v1.3.0
github.com/mailhog/MailHog v1.0.1
Expand All @@ -52,45 +52,45 @@ require (
github.com/mailhog/storage v1.0.1
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-colorable v0.1.8
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/ogier/pflag v0.0.1 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/pelletier/go-toml v1.9.1
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20210408115534-a32ed26c37ea
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/t-k/fluent-logger-golang v1.0.0 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/ttacon/libphonenumber v1.2.1
github.com/urfave/cli/v2 v2.3.0 // indirect
github.com/vbauerster/mpb/v4 v4.12.2
github.com/vektah/gqlparser/v2 v2.1.0
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
golang.org/x/sys v0.0.0-20210314195730-07df6a141424
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
golang.org/x/tools v0.1.0
google.golang.org/api v0.42.0 // indirect
google.golang.org/grpc v1.37.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
golang.org/x/tools v0.1.1
google.golang.org/grpc v1.37.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.26.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.4
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.1.4
)
Loading