Skip to content

Commit

Permalink
Merge pull request #3 from ajmyyra/chore/go1.21-and-deps-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Go 1.21 and upgrade dependencies
  • Loading branch information
ajmyyra authored Jun 19, 2024
2 parents 7667956 + d5673e8 commit 9d1ba4a
Show file tree
Hide file tree
Showing 864 changed files with 166,458 additions and 130,628 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.14
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.21
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: go build -v .
Expand Down
38 changes: 34 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
module github.com/ajmyyra/go-epp-fi

go 1.14
go 1.21

require (
github.com/gemalto/flume v0.12.0
github.com/gemalto/flume v0.13.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
)

require (
github.com/ansel1/merry v1.6.1 // indirect
github.com/ansel1/merry/v2 v2.0.0-beta.10 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
470 changes: 186 additions & 284 deletions go.sum

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions vendor/github.com/ansel1/merry/.travis.yml

This file was deleted.

File renamed without changes.
19 changes: 13 additions & 6 deletions vendor/github.com/ansel1/merry/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 30 additions & 2 deletions vendor/github.com/ansel1/merry/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 152 additions & 0 deletions vendor/github.com/ansel1/merry/chainable_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9d1ba4a

Please sign in to comment.