-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c717a24
commit 3b08fb8
Showing
3 changed files
with
123 additions
and
1,021 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,54 @@ | ||
module schneider.vip/share | ||
|
||
go 1.13 | ||
go 1.22 | ||
|
||
toolchain go1.22.2 | ||
|
||
require ( | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/alecthomas/kingpin/v2 v2.4.0 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/coreos/ioprogress v0.0.0-20151023204047-4637e494fd9b | ||
github.com/dropbox/dropbox-sdk-go-unofficial v5.6.0+incompatible | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/manifoldco/promptui v0.9.0 | ||
github.com/mdp/qrterminal v1.0.1 | ||
github.com/mschneider82/easygo v0.0.0-20180731142950-f2a24982ceed | ||
github.com/sethvargo/go-password v0.2.0 | ||
github.com/spf13/cast v1.5.0 | ||
golang.org/x/crypto v0.4.0 // indirect | ||
golang.org/x/net v0.4.0 // indirect | ||
golang.org/x/oauth2 v0.3.0 | ||
google.golang.org/api v0.105.0 | ||
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
github.com/sethvargo/go-password v0.3.0 | ||
github.com/spf13/cast v1.6.0 | ||
golang.org/x/oauth2 v0.21.0 | ||
google.golang.org/api v0.185.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/auth v0.5.1 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.5 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect | ||
go.opentelemetry.io/otel v1.27.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.27.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.27.0 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/term v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect | ||
google.golang.org/grpc v1.64.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
rsc.io/qr v0.2.0 // indirect | ||
) |
Oops, something went wrong.