Skip to content

Commit

Permalink
Go 1.18 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed May 24, 2024
1 parent b87e1af commit b524db6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/BurntSushi/toml v1.4.0
zgo.at/jfmt v0.0.0-20240428154335-af97c9b4f565
zgo.at/zli v0.0.0-20240524153330-59815e8f337c
zgo.at/zli v0.0.0-20240524155255-160efd1a8bf3
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zgo.at/jfmt v0.0.0-20240428154335-af97c9b4f565 h1:R1hOXEVUmtBounxBlnSQ81ayL0PyUH
zgo.at/jfmt v0.0.0-20240428154335-af97c9b4f565/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/zli v0.0.0-20240524153330-59815e8f337c h1:++s1u+nwbnFFe9iiiQj5WFz7Sgv7q9o05ZWhrN9yWbM=
zgo.at/zli v0.0.0-20240524153330-59815e8f337c/go.mod h1:0jjx+AGEkWOOQ0NtzbMnpko+H2G+aTg8mfCKqoc/BuA=
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=

0 comments on commit b524db6

Please sign in to comment.