File tree Expand file tree Collapse file tree 4 files changed +28
-140
lines changed Expand file tree Collapse file tree 4 files changed +28
-140
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ module github.com/b4b4r07/iap_curl
2+
3+ go 1.12
4+
5+ require (
6+ cloud.google.com/go v0.16.0
7+ github.com/golang/protobuf v0.0.0-20171113180720-1e59b77b52bf
8+ github.com/hashicorp/logutils v1.0.0
9+ github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
10+ golang.org/x/net v0.0.0-20171123081856-c7086645de24
11+ golang.org/x/oauth2 v0.0.0-20171117235251-f95fa95eaa93
12+ google.golang.org/appengine v1.0.0
13+ gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
14+ )
Original file line number Diff line number Diff line change 1+ cloud.google.com/go v0.16.0 h1:alV/SO2XpH+lrvqjDl94dYez7FfeT8ptayazgWwHPIU =
2+ cloud.google.com/go v0.16.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
3+ github.com/golang/protobuf v0.0.0-20171113180720-1e59b77b52bf /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
4+ github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y =
5+ github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
6+ github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 h1:eQox4Rh4ewJF+mqYPxCkmBAirRnPaHEB26UkNuPyjlk =
7+ github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
8+ golang.org/x/net v0.0.0-20171123081856-c7086645de24 h1:z0cmn+BVQSCN8exp26jnHqHXHIvTlqIYhjHln4k/UAU =
9+ golang.org/x/net v0.0.0-20171123081856-c7086645de24 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
10+ golang.org/x/oauth2 v0.0.0-20171117235251-f95fa95eaa93 h1:cW/NTE+jJZF+ol7uwmnbwVHteKb6QefHoMfJQguI3PQ =
11+ golang.org/x/oauth2 v0.0.0-20171117235251-f95fa95eaa93 /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
12+ google.golang.org/appengine v1.0.0 /go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM =
13+ gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 h1:8ajkpB4hXVftY5ko905id+dOnmorcS2CHNxxHLLDcFM =
14+ gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 /go.mod h1:IfMagxm39Ys4ybJrDb7W3Ob8RwxftP0Yy+or/NVz1O8 =
You can’t perform that action at this time.
0 commit comments