mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 07:33:03 -04:00
8 lines
137 B
Modula-2
8 lines
137 B
Modula-2
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
|
|
)
|