Skip to content

Commit

Permalink
Upgrade to golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Feb 22, 2023
1 parent b11c126 commit ae4bf6c
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.17.6
golang 1.20
24 changes: 19 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@ module github.com/noqqe/serra
go 1.14

require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/mitchellh/mapstructure v1.4.3
github.com/schollz/progressbar/v3 v3.8.5
github.com/spf13/cobra v1.3.0
go.mongodb.org/mongo-driver v1.8.1
github.com/chzyer/readline v1.5.1
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/montanaflynn/stats v0.7.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/schollz/progressbar/v3 v3.13.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.11.2
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading

0 comments on commit ae4bf6c

Please sign in to comment.