Skip to content

Commit

Permalink
Update Golang base and crc24 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed Nov 22, 2022
1 parent a246207 commit 1fc1ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/spijet/hashcolor

go 1.12
go 1.19

require github.com/dim13/crc24 v0.0.0-20190308110643-af7201913116
require github.com/dim13/crc24 v0.0.0-20221114114818-048196ea3a4a
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/dim13/crc24 v0.0.0-20190308110643-af7201913116 h1:Yg0Qk0ozxBmyHXaFiyAokM5Gf/uCFm7Vy+ukpFPiFVQ=
github.com/dim13/crc24 v0.0.0-20190308110643-af7201913116/go.mod h1:TejqRSRwQ36N6MSUaGN8WipY4g3bgf5HeEi9fApCxG0=
github.com/dim13/crc24 v0.0.0-20221114114818-048196ea3a4a h1:g/0I4HDmxVvD+4C/F4lTbdfC9AC39phGIPBVeeQDE30=
github.com/dim13/crc24 v0.0.0-20221114114818-048196ea3a4a/go.mod h1:TejqRSRwQ36N6MSUaGN8WipY4g3bgf5HeEi9fApCxG0=

0 comments on commit 1fc1ee4

Please sign in to comment.