-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from railsware/upgrade-to-go-1-17
Upgrade to Go 1.17 to support windows/arm64 builds
- Loading branch information
Showing
3 changed files
with
15 additions
and
20 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,5 +1,17 @@ | ||
module github.com/railsware/fakes3server | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require github.com/johannesboyne/gofakes3 v0.0.0-20240701191259-edd0227ffc37 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.44.256 // indirect | ||
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect | ||
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect | ||
github.com/spf13/afero v1.2.1 // indirect | ||
go.etcd.io/bbolt v1.3.5 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/tools v0.8.0 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // 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