-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SECURITY-9072: bump dependency and golang versions
Co-authored-by: Laszlo Losonczy <laszlo.losonczy@emarsys.com>
- Loading branch information
1 parent
77e1af3
commit 94f6999
Showing
3 changed files
with
23 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
module github.com/emartech/escher-go | ||
|
||
go 1.17 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/PuerkitoBio/purell v1.2.0 | ||
github.com/smartystreets/goconvey v1.7.2 | ||
github.com/PuerkitoBio/purell v1.2.1 | ||
github.com/smartystreets/goconvey v1.8.0 | ||
) | ||
|
||
require ( | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect | ||
github.com/gopherjs/gopherjs v1.17.2 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/smartystreets/assertions v1.2.0 // indirect | ||
golang.org/x/net v0.3.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
github.com/smartystreets/assertions v1.13.1 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/text v0.14.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