-
Notifications
You must be signed in to change notification settings - Fork 4
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 #59 from Ragin-LundF/develop
Library updates Release 3.5.0
- Loading branch information
Showing
4 changed files
with
691 additions
and
25 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 +1 @@ | ||
3.4.0 | ||
3.5.0 |
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,33 +1,54 @@ | ||
module k8s-management-go | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
fyne.io/fyne/v2 v2.1.2 | ||
fyne.io/fyne/v2 v2.3.5 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect | ||
github.com/godbus/dbus/v5 v5.0.6 // indirect | ||
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect | ||
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 | ||
github.com/hashicorp/go-version v1.4.0 | ||
github.com/imdario/mergo v0.3.12 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/imdario/mergo v0.3.16 | ||
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 | ||
github.com/manifoldco/promptui v0.9.0 | ||
github.com/schollz/progressbar/v3 v3.8.5 | ||
github.com/srwiley/oksvg v0.0.0-20211120171407-1837d6608d8c // indirect | ||
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/yuin/goldmark v1.4.4 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
go.uber.org/zap v1.20.0 | ||
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce | ||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect | ||
golang.org/x/mod v0.5.1 | ||
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
github.com/schollz/progressbar/v3 v3.13.1 | ||
github.com/stretchr/testify v1.8.4 | ||
go.uber.org/zap v1.25.0 | ||
golang.org/x/crypto v0.12.0 | ||
golang.org/x/mod v0.12.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
fyne.io/systray v1.10.1-0.20230602210930-b6a2d6ca2a7b // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fredbi/uri v1.0.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect | ||
github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33 // indirect | ||
github.com/fyne-io/image v0.0.0-20221020213044-f609c6a24345 // indirect | ||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect | ||
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/goki/freetype v1.0.1 // indirect | ||
github.com/gopherjs/gopherjs v1.17.2 // indirect | ||
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect | ||
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect | ||
github.com/tevino/abool v1.2.0 // indirect | ||
github.com/yuin/goldmark v1.5.5 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/image v0.11.0 // indirect | ||
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/term v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
honnef.co/go/js/dom v0.0.0-20230808055721-96db8f4d5e3b // indirect | ||
) |
Oops, something went wrong.