Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ release:
github:
owner: BeesNestInc
name: cassetteos-UserService
draft: true
prerelease: auto
mode: replace
name_template: "v{{ .Version }}"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.7

require (
github.com/BeesNestInc/CassetteOS-Common v0.0.2
github.com/BeesNestInc/CassetteOS-Common v0.0.3
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/deepmap/oapi-codegen v1.12.4
github.com/getkin/kin-openapi v0.117.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/BeesNestInc/CassetteOS-Common v0.0.2 h1:QBakQln9Y2l6mgJ3sl3pWizhG49+vmVi3ihrPn56MaU=
github.com/BeesNestInc/CassetteOS-Common v0.0.2/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo=
github.com/BeesNestInc/CassetteOS-Common v0.0.3 h1:W2mRVpzftP/cXCO3PyLQB5PFVKuWrn9i3JiOKfq+nqg=
github.com/BeesNestInc/CassetteOS-Common v0.0.3/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo=
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk=
Expand Down