Skip to content

Commit

Permalink
fixed docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ktenzer committed Nov 13, 2021
1 parent 07b9f76 commit 9561edf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
module src/app
module kubecraftadmin

go 1.16

require (
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/sandertv/mcwss v1.2.0
github.com/yudai/pp v2.0.1+incompatible // indirect
k8s.io/api v0.22.3
k8s.io/apimachinery v0.22.3
k8s.io/client-go v0.22.3
)
File renamed without changes.
12 changes: 0 additions & 12 deletions src/app/go.mod

This file was deleted.

0 comments on commit 9561edf

Please sign in to comment.