We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62871ac commit d64cb3dCopy full SHA for d64cb3d
1 file changed
core/deps/keepdeps.go
@@ -0,0 +1,9 @@
1
+//go:build !xpack
2
+
3
+package deps
4
5
+// Keep xpack deps from being pruned by go mod tidy
6
+import (
7
+ _ "github.com/patrickmn/go-cache"
8
+ _ "github.com/pkg/sftp"
9
+)
0 commit comments