-
Notifications
You must be signed in to change notification settings - Fork 1
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
5bcdca1
commit ce3f4d4
Showing
570 changed files
with
41,886 additions
and
16,115 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,40 +1,42 @@ | ||
module github.com/DelineaXPM/dsv-gitlab | ||
|
||
// Go 1.19 requried per url.JoinPath | ||
go 1.19 | ||
go 1.21 | ||
|
||
toolchain go1.21.6 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.6 | ||
github.com/bitfield/script v0.20.2 | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/bitfield/script v0.22.0 | ||
github.com/caarlos0/env/v6 v6.10.1 | ||
github.com/magefile/mage v1.14.0 | ||
github.com/magefile/mage v1.15.0 | ||
github.com/matryer/is v1.4.1 | ||
github.com/pterm/pterm v0.12.54 | ||
github.com/sheldonhull/magetools v1.0.0 | ||
github.com/pterm/pterm v0.12.74 | ||
github.com/sheldonhull/magetools v1.0.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
atomicgo.dev/cursor v0.1.1 // indirect | ||
atomicgo.dev/cursor v0.2.0 // indirect | ||
atomicgo.dev/keyboard v0.2.9 // indirect | ||
bitbucket.org/creachadair/shell v0.0.7 // indirect | ||
atomicgo.dev/schedule v0.1.0 // indirect | ||
github.com/containerd/console v1.0.3 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/gookit/color v1.5.2 // indirect | ||
github.com/itchyny/gojq v0.12.7 // indirect | ||
github.com/itchyny/timefmt-go v0.1.3 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/gookit/color v1.5.4 // indirect | ||
github.com/itchyny/gojq v0.12.12 // indirect | ||
github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.5 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
github.com/lithammer/fuzzysearch v1.1.8 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/rivo/uniseg v0.4.2 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/ztrue/tracerr v0.3.0 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/term v0.0.0-20221017184919-83659145692c // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
github.com/ztrue/tracerr v0.4.0 // indirect | ||
golang.org/x/mod v0.10.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
mvdan.cc/sh/v3 v3.6.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
Oops, something went wrong.