-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
334a698
commit 05d0c08
Showing
3 changed files
with
50 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,35 @@ | ||
module github.com/BraspagDevelopers/bpdt | ||
|
||
go 1.14 | ||
go 1.21.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/beevik/etree v1.1.0 | ||
github.com/brianvoe/gofakeit/v6 v6.9.0 | ||
github.com/bxcodec/faker/v3 v3.6.0 | ||
github.com/beevik/etree v1.4.1 | ||
github.com/brianvoe/gofakeit/v6 v6.28.0 | ||
github.com/bxcodec/faker/v3 v3.8.1 | ||
github.com/dimchansky/utfbom v1.1.1 | ||
github.com/jeremywohl/flatten v1.0.1 | ||
github.com/joho/godotenv v1.4.0 | ||
github.com/mitchellh/mapstructure v1.4.2 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/stretchr/testify v1.9.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
gopkg.in/yaml.v3 v3.0.1 | ||
gotest.tools v2.2.0+incompatible | ||
muzzammil.xyz/jsonc v0.0.0-20201229145248-615b0916ca38 | ||
) | ||
|
||
require ( | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters