Skip to content

Commit

Permalink
new tag for dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonMan committed Dec 3, 2024
1 parent 3ae34f7 commit e3a7854
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
dist/
styles/
rules/
.vs/*
.idea/*
.editorconfig
.markdownlint.json
.vale.ini
.vale.ini
cloud-connector
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# test this goreleaser config with:
# - cd cloud-connector
# - goreleaser --clean --snapshot --config .goreleaser.yml
version: 2
project_name: outsystemscc
before:
hooks:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ require (
golang.org/x/sys v0.24.0 // indirect
)

replace github.com/jpillora/chisel => github.com/outsystems/chisel v1.9.2-os.4
replace github.com/jpillora/chisel => github.com/outsystems/chisel v1.10.1-os.1

go 1.22
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2E
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
github.com/jpillora/sizestr v1.0.0 h1:4tr0FLxs1Mtq3TnsLDV+GYUWG7Q26a6s+tV5Zfw2ygw=
github.com/jpillora/sizestr v1.0.0/go.mod h1:bUhLv4ctkknatr6gR42qPxirmd5+ds1u7mzD+MZ33f0=
github.com/outsystems/chisel v1.9.2-os.4 h1:PplhrOrFlj2d0M/lNuvswSPzAmdlPkx8OZly1l5dyPs=
github.com/outsystems/chisel v1.9.2-os.4/go.mod h1:H90bwoii5ME/1jRRxreLwd43gTmp03mJQa8xKHcCZW0=
github.com/outsystems/chisel v1.10.1-os.1 h1:vhXHAZDLvnvTqRs7UI5iPGkrJAUO3jX3RfEW9SsbYgw=
github.com/outsystems/chisel v1.10.1-os.1/go.mod h1:VkNkkGNaTDfATXlgFuZu3QW8EQovCKcfcodchE34+YU=
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
Expand Down

0 comments on commit e3a7854

Please sign in to comment.