Skip to content

Commit

Permalink
src!: update go.mod to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 5, 2024
1 parent 3f27ccb commit e27ba68
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipld/frisbii

go 1.20
go 1.21

require (
github.com/NYTimes/gziphandler v1.1.1
Expand Down Expand Up @@ -30,7 +30,6 @@ require (
)

require (
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bep/debounce v1.2.1 // indirect
Expand Down
Loading

0 comments on commit e27ba68

Please sign in to comment.