Skip to content

Commit 6373270

Browse files
authored
update go.mod (#3)
1 parent 0af7e3c commit 6373270

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
module github.com/go-toolsmith/astp
2+
3+
require (
4+
github.com/go-toolsmith/astequal v1.0.0 // indirect
5+
github.com/go-toolsmith/strparse v1.0.0
6+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/go-toolsmith/astequal v1.0.0 h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ=
2+
github.com/go-toolsmith/astequal v1.0.0/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY=
3+
github.com/go-toolsmith/strparse v1.0.0 h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4=
4+
github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8=

0 commit comments

Comments
 (0)