]> git.r.bdr.sh - rbdr/mobius/commitdiff
Use go 1.19
authorJeff Halter <redacted>
Thu, 15 Sep 2022 21:30:10 +0000 (14:30 -0700)
committerJeff Halter <redacted>
Thu, 15 Sep 2022 21:30:10 +0000 (14:30 -0700)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 59a496765291db3211cafb8d8adbd9fd06c6b5d0..2211d9282039f31af1ddee7d0dfc7e939b04da39 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/jhalter/mobius
 
-go 1.18
+go 1.19
 
 require (
        github.com/gdamore/tcell/v2 v2.5.1
@@ -17,16 +17,12 @@ require (
        github.com/gdamore/encoding v1.0.0 // indirect
        github.com/go-playground/locales v0.14.0 // indirect
        github.com/go-playground/universal-translator v0.18.0 // indirect
-       github.com/kr/pretty v0.3.0 // indirect
-       github.com/kr/text v0.2.0 // indirect
        github.com/leodido/go-urn v1.2.1 // indirect
        github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
        github.com/mattn/go-runewidth v0.0.13 // indirect
        github.com/pkg/errors v0.9.1 // indirect
        github.com/pmezard/go-difflib v1.0.0 // indirect
        github.com/rivo/uniseg v0.2.0 // indirect
-       github.com/rogpeppe/go-internal v1.8.0 // indirect
-       github.com/ryboe/q v1.0.16 // indirect
        github.com/stretchr/objx v0.4.0 // indirect
        go.uber.org/atomic v1.9.0 // indirect
        go.uber.org/multierr v1.8.0 // indirect
diff --git a/go.sum b/go.sum
index a210380840c012913d6dd0d9be0a69ca739e1996..1e5b05d8778982389231d4c03dd0e75d3cee416e 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -44,8 +44,6 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
 github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
 github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8=
 github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
-github.com/ryboe/q v1.0.16 h1:BIRQwmpdD/YE4HTI8ZDIaRTx+m7Qk3WCVlEcDCHQ5U0=
-github.com/ryboe/q v1.0.16/go.mod h1:27Qxobs9LgGMjiUKOnVMUT6IlHKsUwjjh0HeXrsY3Kg=
 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
 github.com/stretchr/objx v0.4.0 h1:M2gUjqZET1qApGOWNSnZ49BAIMX4F/1plDv3+l31EJ4=
 github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=