github.com/spotmaxtech/k8s-apimachinery-v0260@v0.0.1/go.mod (about)

     1  // This is a generated file. Do not edit directly.
     2  
     3  module github.com/spotmaxtech/k8s-apimachinery-v0260
     4  
     5  go 1.19
     6  
     7  require (
     8  	github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
     9  	github.com/davecgh/go-spew v1.1.1
    10  	github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
    11  	github.com/evanphx/json-patch v4.12.0+incompatible
    12  	github.com/gogo/protobuf v1.3.2
    13  	github.com/golang/protobuf v1.5.2
    14  	github.com/google/gnostic v0.5.7-v3refs
    15  	github.com/google/go-cmp v0.5.9
    16  	github.com/google/gofuzz v1.1.0
    17  	github.com/google/uuid v1.1.2
    18  	github.com/moby/spdystream v0.2.0
    19  	github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
    20  	github.com/spf13/pflag v1.0.5
    21  	github.com/stretchr/testify v1.8.0
    22  	golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
    23  	gopkg.in/inf.v0 v0.9.1
    24  	k8s.io/klog/v2 v2.80.1
    25  	k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
    26  	k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
    27  	sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
    28  	sigs.k8s.io/structured-merge-diff/v4 v4.2.3
    29  	sigs.k8s.io/yaml v1.3.0
    30  )
    31  
    32  require (
    33  	github.com/go-logr/logr v1.2.3 // indirect
    34  	github.com/json-iterator/go v1.1.12 // indirect
    35  	github.com/kr/text v0.2.0 // indirect
    36  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    37  	github.com/modern-go/reflect2 v1.0.2 // indirect
    38  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    39  	github.com/onsi/ginkgo/v2 v2.4.0 // indirect
    40  	github.com/onsi/gomega v1.23.0 // indirect
    41  	github.com/pkg/errors v0.9.1 // indirect
    42  	github.com/pmezard/go-difflib v1.0.0 // indirect
    43  	golang.org/x/text v0.5.0 // indirect
    44  	google.golang.org/protobuf v1.28.1 // indirect
    45  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    46  	gopkg.in/yaml.v2 v2.4.0 // indirect
    47  	gopkg.in/yaml.v3 v3.0.1 // indirect
    48  )