File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ go 1.19
10
10
replace github.com/spf13/viper => github.com/getporter/viper v1.7.1-porter.2.0.20210514172839-3ea827168363
11
11
12
12
require (
13
- get.porter.sh/magefiles v0.5.0
13
+ get.porter.sh/magefiles v0.5.1
14
14
get.porter.sh/porter v1.0.9
15
15
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible
16
16
github.com/Azure/go-autorest/autorest v0.11.24
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
37
37
cloud.google.com/go/storage v1.10.0 /go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0 =
38
38
cloud.google.com/go/storage v1.14.0 /go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo =
39
39
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
40
- get.porter.sh/magefiles v0.5.0 h1:Hy/DgS0l+9TlEKcHKMPBCpzIRCKUs13wasT+T8S6P+A =
41
- get.porter.sh/magefiles v0.5.0 /go.mod h1:KzKenKVauKKDhZ5FERVhqSz8m/xVSsRzOPseDA4UDIE =
40
+ get.porter.sh/magefiles v0.5.1 h1:TUDxM/JoQjGnQ0YHxWr+Ko4Y8h/ETAMgW38jzN3fgBM =
41
+ get.porter.sh/magefiles v0.5.1 /go.mod h1:KzKenKVauKKDhZ5FERVhqSz8m/xVSsRzOPseDA4UDIE =
42
42
get.porter.sh/porter v1.0.9 h1:oRjK6cqDVxk2bNlwyWoyLdIYClYz5J4SmPjbxOOQLFE =
43
43
get.porter.sh/porter v1.0.9 /go.mod h1:NcH92u0q5Z7Wv1a9ErFTkCqD24RPoHyycdoUYV2O5ws =
44
44
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible h1:PAHkmPqd/vQV4LJcqzEUM1elCyTMWjbrO8oFMl0dvBE =
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ func Publish() {
42
42
magefile .Publish ()
43
43
}
44
44
45
+ // TestPublish tries out publish locally, with your github forks
46
+ // Assumes that you forked and kept the repository name unchanged.
47
+ func TestPublish (username string ) {
48
+ magefile .TestPublish (username )
49
+ }
50
+
45
51
// Install the mixin
46
52
func Install () {
47
53
magefile .Install ()
You can’t perform that action at this time.
0 commit comments