Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Dec 26, 2024
1 parent d0c5d1a commit e16ef58
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 173 deletions.
17 changes: 16 additions & 1 deletion src/utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
module github.com/securitybunker/databunker/src/utils

go 1.13
go 1.21

toolchain go1.23.2

require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/ttacon/libphonenumber v1.2.1
golang.org/x/sys v0.28.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
google.golang.org/protobuf v1.36.1 // indirect
)
Loading

0 comments on commit e16ef58

Please sign in to comment.