Skip to content

Commit

Permalink
feat(state): add state
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Sep 20, 2022
1 parent db767da commit 70d5c58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/tikafog/state

go 1.19

require (
github.com/cornelk/hashmap v1.0.8
go.uber.org/atomic v1.10.0
)

0 comments on commit 70d5c58

Please sign in to comment.