-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update go.mod to 1.20 and update deps
- Loading branch information
1 parent
5eb7969
commit 7ddb638
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module github.com/gerbenjacobs/fin | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/gocarina/gocsv v0.0.0-20230226133904-70c27cb2918a | ||
github.com/gocarina/gocsv v0.0.0-20230406101422-6445c2b15027 | ||
github.com/mattn/go-colorable v0.1.13 | ||
github.com/sirupsen/logrus v1.9.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/stretchr/testify v1.8.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters