-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump the required version to 1.18 (#221)
- Loading branch information
Showing
6 changed files
with
16 additions
and
38 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,14 +1,18 @@ | ||
module gopkg.in/macaron.v1 | ||
|
||
go 1.12 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 | ||
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e | ||
golang.org/x/crypto v0.1.0 | ||
gopkg.in/ini.v1 v1.66.6 | ||
) | ||
|
||
require ( | ||
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/stretchr/testify v1.7.0 // 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