-
Notifications
You must be signed in to change notification settings - Fork 32
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
Showing
2 changed files
with
117 additions
and
759 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,18 +1,39 @@ | ||
module Swego | ||
|
||
go 1.15 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Binject/debug v0.0.0-20210312092933-6277045c2fdf // indirect | ||
github.com/Binject/go-donut v0.0.0-20210701074227-67a31e2d883e | ||
github.com/C-Sto/BananaPhone v0.0.0-20201003062936-916e63b713df | ||
github.com/GeertJohan/go.rice v1.0.2 | ||
github.com/gabriel-vasile/mimetype v1.3.1 | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/manifoldco/promptui v0.8.0 | ||
github.com/gabriel-vasile/mimetype v1.4.3 | ||
github.com/manifoldco/promptui v0.9.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/viper v1.8.1 | ||
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/viper v1.18.2 | ||
github.com/yeka/zip v0.0.0-20231116150916-03d6312748a9 | ||
golang.org/x/crypto v0.23.0 | ||
) | ||
|
||
require ( | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.6.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.