Skip to content

Commit

Permalink
Bump go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Aug 14, 2023
1 parent 250cbf3 commit 1eabfb6
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 49 deletions.
3 changes: 0 additions & 3 deletions bin/govulncheck-with-excludes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ set -Eeuo pipefail

excludeVulns="$(jq -nc '[
# https://pkg.go.dev/vuln/GO-2023-1987
"GO-2023-1987",
empty # trailing comma hack (makes diffs smaller)
]')"
export excludeVulns
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
module github.com/wakatime/wakatime-cli

go 1.20
go 1.21

require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
github.com/alecthomas/chroma v0.10.0
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
github.com/dlclark/regexp2 v1.8.1
github.com/dlclark/regexp2 v1.10.0
github.com/gandarez/go-olson-timezone v0.1.0
github.com/gandarez/go-realpath v1.0.0
github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
github.com/kevinburke/ssh_config v1.2.1-0.20220605204831-a56e914e7283
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/sftp v1.13.5
github.com/sirupsen/logrus v1.9.0
github.com/pkg/sftp v1.13.6
github.com/sirupsen/logrus v1.9.3
github.com/slongfield/pyfmt v0.0.0-20220222012616-ea85ff4c361f
github.com/spf13/cobra v1.6.1
github.com/spf13/cobra v1.7.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.15.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/text v0.7.0
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0
golang.org/x/text v0.12.0
gopkg.in/ini.v1 v1.67.0
)

Expand All @@ -39,14 +39,14 @@ require (
github.com/kr/fs v0.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/yookoala/realpath v1.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/sys v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit 1eabfb6

Please sign in to comment.