Skip to content

Commit

Permalink
Fix missed go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.dev>
  • Loading branch information
teran committed Jul 7, 2024
1 parent 8e3068d commit b82188c
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
@@ -1,3 +1,11 @@
module github.com/teran/archived

go 1.22.5

require (
github.com/stretchr/testify v1.9.0
)

require (
github.com/stretchr/objx v0.5.2 // indirect
)

0 comments on commit b82188c

Please sign in to comment.