Skip to content

Commit 321cea5

Browse files
authored
fix: restore Solaris (go-acme#2217)
1 parent fa0c05f commit 321cea5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builds:
1717
- linux
1818
- freebsd
1919
- openbsd
20-
# - solaris # https://github.com/gofrs/flock/issues/60
20+
- solaris
2121
goarch:
2222
- amd64
2323
- 386

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require (
126126
github.com/go-logr/stdr v1.2.2 // indirect
127127
github.com/go-resty/resty/v2 v2.11.0 // indirect
128128
github.com/goccy/go-json v0.10.3 // indirect
129-
github.com/gofrs/flock v0.8.1 // indirect
129+
github.com/gofrs/flock v0.10.0 // indirect
130130
github.com/gofrs/uuid v4.4.0+incompatible // indirect
131131
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
132132
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b/go.mod h1:Xo4aNUOrJnVr
234234
github.com/goccy/go-json v0.7.8/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
235235
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
236236
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
237-
github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=
238237
github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU=
238+
github.com/gofrs/flock v0.10.0 h1:SHMXenfaB03KbroETaCMtbBg3Yn29v4w1r+tgy4ff4k=
239+
github.com/gofrs/flock v0.10.0/go.mod h1:FirDy1Ing0mI2+kB6wk+vyyAH+e6xiE+EYA0jnzV9jc=
239240
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
240241
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
241242
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=

0 commit comments

Comments
 (0)