Skip to content

Commit a84fdf7

Browse files
committed
v0.0.18
1 parent 7b68886 commit a84fdf7

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ builds:
1919
- amd64
2020
- arm64
2121
binary: "escape-cli"
22-
main: ./cmd/main.go
22+
main: ./cmd/
2323
ldflags:
2424
- -s -w -X github.com/Escape-Technologies/cli/pkg/cli.version={{.Version}} -X github.com/Escape-Technologies/cli/pkg/cli.commit={{.ShortCommit}}
2525

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.5
55
toolchain go1.23.4
66

77
require (
8-
github.com/gofrs/uuid/v5 v5.0.0
8+
github.com/google/uuid v1.5.0
99
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
1010
github.com/oapi-codegen/runtime v1.1.1
1111
github.com/sirupsen/logrus v1.9.3
@@ -19,7 +19,6 @@ require (
1919
github.com/getkin/kin-openapi v0.127.0 // indirect
2020
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2121
github.com/go-openapi/swag v0.23.0 // indirect
22-
github.com/google/uuid v1.5.0 // indirect
2322
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2423
github.com/invopop/yaml v0.3.1 // indirect
2524
github.com/josharian/intern v1.0.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ
2424
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
2525
github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM=
2626
github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
27-
github.com/gofrs/uuid/v5 v5.3.0 h1:m0mUMr+oVYUdxpMLgSYCZiXe7PuVPnI94+OMeVBNedk=
28-
github.com/gofrs/uuid/v5 v5.3.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
2927
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
3028
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
3129
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.17
1+
0.0.18

0 commit comments

Comments
 (0)