Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored Aug 30, 2024
1 parent 676debe commit 5edb185
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
module github.com/gofunky/automi

go 1.23.0

require (
github.com/emirpasic/gods v1.12.0
github.com/go-faces/logger v0.0.0-20180617163310-c221c1151623
github.com/gofunky/pyraset v0.0.0-20190201174058-c5e2af1b9163
github.com/gofunky/pyraset/v2 v2.0.3
)

require (
github.com/OneOfOne/xxhash v1.2.4 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/gofunky/hashstructure v1.2.2 // indirect
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
)

0 comments on commit 5edb185

Please sign in to comment.