Skip to content

Commit

Permalink
min version 1.19, tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Oct 18, 2023
1 parent 054aa82 commit f6ebaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,254 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/makeworld-the-better-one/amfora

go 1.17
go 1.19

require (
code.rocketnine.space/tslocum/cview v1.5.6-0.20210530175404-7e8817f20bdc
Expand Down Expand Up @@ -52,6 +52,7 @@ require (
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit f6ebaad

Please sign in to comment.