Also, switch from fork github.com/umputun/go-flags back to original github.com/jessevdk/go-flags.
9 lines
137 B
AMPL
9 lines
137 B
AMPL
module github.com/stretchr/objx
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|