Skip to content

Commit

Permalink
Merge pull request #30 from voi-oss/bumpGoVersion
Browse files Browse the repository at this point in the history
chore: update golang to 1.17
  • Loading branch information
jkonarze authored Oct 4, 2021
2 parents d4fcc32 + 27bb26c commit 21ba05a
Show file tree
Hide file tree
Showing 24 changed files with 45 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- run: make test

Expand Down
21 changes: 20 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/voi-oss/svc

go 1.15
go 1.17

require (
github.com/blendle/zapdriver v1.3.1
Expand All @@ -13,3 +13,22 @@ require (
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
12 changes: 0 additions & 12 deletions vendor/github.com/blendle/zapdriver/go.mod

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/blendle/zapdriver/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/cespare/xxhash/v2/go.mod

This file was deleted.

Empty file.
5 changes: 0 additions & 5 deletions vendor/github.com/go-playground/locales/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/go-playground/locales/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/go-playground/universal-translator/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/go-playground/universal-translator/go.sum

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/go-playground/validator/v10/go.mod

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/github.com/go-playground/validator/v10/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/leodido/go-urn/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/leodido/go-urn/go.sum

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/prometheus/procfs/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/prometheus/procfs/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/go.uber.org/atomic/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/go.uber.org/atomic/go.sum

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/go.uber.org/multierr/go.mod

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/go.uber.org/multierr/go.sum

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/go.uber.org/zap/go.mod

This file was deleted.

54 changes: 0 additions & 54 deletions vendor/go.uber.org/zap/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v3/go.mod

This file was deleted.

32 changes: 24 additions & 8 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,91 @@
# github.com/beorn7/perks v1.0.1
## explicit; go 1.11
github.com/beorn7/perks/quantile
# github.com/blendle/zapdriver v1.3.1
## explicit
## explicit; go 1.12
github.com/blendle/zapdriver
# github.com/caarlos0/env v3.5.0+incompatible
## explicit
github.com/caarlos0/env
# github.com/cespare/xxhash/v2 v2.1.0
## explicit; go 1.13
github.com/cespare/xxhash/v2
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/go-playground/locales v0.13.0
## explicit; go 1.13
github.com/go-playground/locales
github.com/go-playground/locales/currency
# github.com/go-playground/universal-translator v0.17.0
## explicit; go 1.13
github.com/go-playground/universal-translator
# github.com/go-playground/validator/v10 v10.5.0
## explicit
## explicit; go 1.13
github.com/go-playground/validator/v10
# github.com/golang/protobuf v1.3.2
## explicit
github.com/golang/protobuf/proto
# github.com/google/go-cmp v0.3.1
## explicit
## explicit; go 1.8
# github.com/leodido/go-urn v1.2.0
## explicit; go 1.13
github.com/leodido/go-urn
# github.com/matttproud/golang_protobuf_extensions v1.0.1
## explicit
github.com/matttproud/golang_protobuf_extensions/pbutil
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/prometheus/client_golang v1.2.1
## explicit
## explicit; go 1.11
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/client_golang/prometheus/promhttp
# github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
## explicit; go 1.9
github.com/prometheus/client_model/go
# github.com/prometheus/common v0.7.0
## explicit; go 1.11
github.com/prometheus/common/expfmt
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
# github.com/prometheus/procfs v0.0.5
## explicit
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/stretchr/testify v1.7.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# go.uber.org/atomic v1.8.0
## explicit
## explicit; go 1.13
go.uber.org/atomic
# go.uber.org/multierr v1.7.0
## explicit
## explicit; go 1.14
go.uber.org/multierr
# go.uber.org/zap v1.18.1
## explicit
## explicit; go 1.13
go.uber.org/zap
go.uber.org/zap/buffer
go.uber.org/zap/internal/bufferpool
go.uber.org/zap/internal/color
go.uber.org/zap/internal/exit
go.uber.org/zap/zapcore
# golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
## explicit; go 1.11
golang.org/x/crypto/sha3
# golang.org/x/sys v0.0.0-20191010194322-b09406accb47
## explicit; go 1.12
golang.org/x/sys/cpu
golang.org/x/sys/windows
# golang.org/x/text v0.3.2
## explicit
golang.org/x/text/internal/language
golang.org/x/text/internal/language/compact
golang.org/x/text/internal/tag
golang.org/x/text/language
# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
## explicit
gopkg.in/yaml.v3

0 comments on commit 21ba05a

Please sign in to comment.