forked from darcys22/godbledger
-
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.
upgrade to 1.19, new lint version too
- Loading branch information
Showing
35 changed files
with
90 additions
and
153 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
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
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
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,34 +1,37 @@ | ||
module github.com/darcys22/godbledger | ||
|
||
go 1.15 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/Songmu/retry v0.1.0 | ||
github.com/cespare/cp v1.1.1 | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/joyt/godate v0.0.0-20150226210126-7151572574a7 | ||
github.com/marcmak/calc v0.0.0-20150509200512-5bbbfc3b3149 | ||
github.com/mattn/go-colorable v0.1.8 | ||
github.com/mattn/go-sqlite3 v1.14.7 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.17.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rs/xid v1.3.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
github.com/x-cray/logrus-prefixed-formatter v0.5.2 | ||
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect | ||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect | ||
golang.org/x/text v0.3.7 | ||
google.golang.org/genproto v0.0.0-20210611144927-798beca9d670 // indirect | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
) | ||
|
||
require ( | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.17.0 // indirect | ||
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect | ||
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect | ||
google.golang.org/genproto v0.0.0-20210611144927-798beca9d670 // 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
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
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
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
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
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
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
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
Oops, something went wrong.