Skip to content

Commit

Permalink
Fix with Go 1.19
Browse files Browse the repository at this point in the history
For real this time.
  • Loading branch information
arp242 committed May 31, 2024
1 parent bd041f0 commit e7098e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.19

require (
github.com/BurntSushi/toml v1.4.0
zgo.at/jfmt v0.0.0-20240524162010-1bf757bc0bff
zgo.at/jfmt v0.0.0-20240531161922-a97493b8db3c
zgo.at/zli v0.0.0-20240524155255-160efd1a8bf3
)

require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
zgo.at/termtext v1.4.0 // indirect
zgo.at/zstd v0.0.0-20240425000522-78bcf900e0a4 // indirect
zgo.at/runewidth v0.1.0 // indirect
zgo.at/termtext v1.5.0 // indirect
zgo.at/zstd v0.0.0-20240531161000-9840c0c39ff5 // indirect
)
17 changes: 8 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
zgo.at/jfmt v0.0.0-20240524162010-1bf757bc0bff h1:oUoEBoRAVpK9KNRkSZlpV7oweoPDPlUgdyw19bDD8BU=
zgo.at/jfmt v0.0.0-20240524162010-1bf757bc0bff/go.mod h1:Mw4wYfEKH2WXV/MOCWU8dLQHLomFfqGfuyomcXzm0pQ=
zgo.at/termtext v1.4.0 h1:r7fzyT5jsdRw9Z0uCQh+A+TWhWk+pC5HDJd1o8EH8NI=
zgo.at/termtext v1.4.0/go.mod h1:CBx+HpG2ijB3W0Bd4CK8UtzcsXw+EmvvlhQUyQpZO+E=
zgo.at/jfmt v0.0.0-20240531161922-a97493b8db3c h1:DTii3WzXrLL/5TVwo3MeBfy+qEYf7N5uch/g9wgIkDA=
zgo.at/jfmt v0.0.0-20240531161922-a97493b8db3c/go.mod h1:g2hlv4nhSZZuigOPEzsWJzgz9qa5/FJ06F0nirLGeCk=
zgo.at/runewidth v0.1.0 h1:ED4PzJpYJlZMDEkoz+iPKjb5NrwbKnWPXDMJlNlfk9g=
zgo.at/runewidth v0.1.0/go.mod h1:Ugl6FGPF5Ib/NRu2UAV2wVthEgYfEz51Bu/uyNbWZSw=
zgo.at/termtext v1.5.0 h1:4p9GVUDYUR8oWvpxOZsO5ZrNSkA99bp8gXNKxKj+Kl0=
zgo.at/termtext v1.5.0/go.mod h1:AcdAAiydkqSFadljJaEj9jv7bpyJxfQqGtPWyZCLenQ=
zgo.at/zli v0.0.0-20240524155255-160efd1a8bf3 h1:1tSOb6Wc3IZcmdGi/NgjEJIUgE1dLZw3crOHr/3UdRU=
zgo.at/zli v0.0.0-20240524155255-160efd1a8bf3/go.mod h1:0jjx+AGEkWOOQ0NtzbMnpko+H2G+aTg8mfCKqoc/BuA=
zgo.at/zstd v0.0.0-20240425000522-78bcf900e0a4 h1:/13W9C05Uwi49SX7aKN7O8uI5zZcbt2CXq+qHDD73Wo=
zgo.at/zstd v0.0.0-20240425000522-78bcf900e0a4/go.mod h1:o/Q8+EtSahHnfkbB3t8wXE0FnoDTmJ0sBDlzezv9XeM=
zgo.at/zstd v0.0.0-20240531161000-9840c0c39ff5 h1:tCJs56IMbX30f4wRkK9zr+Uxu9yiUexE88AkOFgZ+KI=
zgo.at/zstd v0.0.0-20240531161000-9840c0c39ff5/go.mod h1:o/Q8+EtSahHnfkbB3t8wXE0FnoDTmJ0sBDlzezv9XeM=

0 comments on commit e7098e2

Please sign in to comment.