Skip to content

Commit

Permalink
downgrade supported go version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 22, 2024
1 parent fec64e3 commit 013a22e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/bayashi/actually

go 1.21

require github.com/pmezard/go-difflib v1.0.0 // indirect
go 1.18

require github.com/bayashi/witness v0.0.16

require github.com/davecgh/go-spew v1.1.1 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)

0 comments on commit 013a22e

Please sign in to comment.