Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Jun 29, 2023
1 parent db7ea0a commit 0d5f258
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Gopkg.lock

# External dependencies managed by Go Modules
go.sum
go.mod

# Built binary files
/app
Expand Down
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module scw-2fa-init

go 1.20

require golang.org/x/crypto v0.10.0

require (
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.9.0 // indirect
)

0 comments on commit 0d5f258

Please sign in to comment.