-
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, buildkit-golang, gokit, build boilerplates
- Loading branch information
Showing
6 changed files
with
45 additions
and
16 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,11 +1,22 @@ | ||
module github.com/function61/shorturl | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/aws/aws-lambda-go v1.22.0 | ||
github.com/function61/gokit v0.0.0-20210207144405-1f1e50ad6dcc | ||
github.com/function61/gokit v0.0.0-20240419102346-a5f721139a62 | ||
github.com/spf13/cobra v1.6.1 | ||
) | ||
|
||
require ( | ||
github.com/apex/gateway v1.1.1 // indirect | ||
github.com/cubewise-code/go-mime v0.0.0-20190322015324-9c5316ef3e8e // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/tj/assert v0.0.0-20190920132354-ee03d75cd160 // indirect | ||
github.com/pkg/xattr v0.4.4 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 // indirect | ||
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect | ||
gopkg.in/yaml.v2 v2.4.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