Skip to content

Commit

Permalink
Use go sub module strategy to avoid download of kubernetes modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Sep 8, 2022
1 parent 0f961df commit ce3e957
Show file tree
Hide file tree
Showing 4 changed files with 984 additions and 149 deletions.
25 changes: 5 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,14 @@ require (
github.com/BurntSushi/toml v1.1.0
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aws/aws-sdk-go v1.41.19
github.com/golang/protobuf v1.5.2 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/fyne-io/fyne-cross/internal/cloud v0.0.0
github.com/golang/snappy v0.0.4 // indirect
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.13.4
github.com/kr/text v0.2.0 // indirect
github.com/mholt/archiver/v3 v3.5.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/stretchr/testify v1.7.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/urfave/cli/v2 v2.11.1
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.18.19
k8s.io/apimachinery v0.18.19
k8s.io/client-go v0.18.17
k8s.io/kubectl v0.18.17
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
)

replace github.com/fyne-io/fyne-cross/internal/cloud v0.0.0 => ./internal/cloud
Loading

0 comments on commit ce3e957

Please sign in to comment.