mirror of
https://github.com/imjasonh/datatest
synced 2026-07-06 22:12:40 +00:00
10 lines
300 B
Modula-2
10 lines
300 B
Modula-2
module github.com/imjasonh/datatest
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-containerregistry v0.5.2-0.20210728205949-45aaa6c000eb
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 // indirect
|
|
k8s.io/code-generator v0.19.7 // indirect
|
|
k8s.io/gengo v0.0.0-20201113003025-83324d819ded // indirect
|
|
)
|