mirror of
https://github.com/rodneyosodo/memfault-go.git
synced 2026-06-23 04:00:08 +00:00
7392289c01
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
17 lines
407 B
Modula-2
17 lines
407 B
Modula-2
module github.com/0x6f736f646f/memfault-go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|