Skip to content

Commit

Permalink
Replace library in examples go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofreczek committed Sep 10, 2024
1 parent 2a1c53e commit 8802ae5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ updates:
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/cmd/example"
ignored_updates:
- match:
dependency_name: github.com/krzysztofreczek/go-structurizr
version_requirement: "=0.0.0"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/cmd/example-yaml"
ignored_updates:
- match:
dependency_name: github.com/krzysztofreczek/go-structurizr
version_requirement: "=0.0.0"
schedule:
interval: daily
time: "04:00"
Expand Down
4 changes: 3 additions & 1 deletion cmd/example-yaml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.3

require (
github.com/jaegertracing/jaeger v1.60.0
github.com/krzysztofreczek/go-structurizr v0.1.35
github.com/krzysztofreczek/go-structurizr v0.0.0
)

require (
Expand Down Expand Up @@ -101,3 +101,5 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/krzysztofreczek/go-structurizr => ../..
2 changes: 0 additions & 2 deletions cmd/example-yaml/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/krzysztofreczek/go-structurizr v0.1.35 h1:NLRPcUNrBW8rW8KvF5RPXb/0PdOsOnsaCIMznPWdf1o=
github.com/krzysztofreczek/go-structurizr v0.1.35/go.mod h1:txJjDBYAvqOFBDWvknOztaUxQaTw5yrg1YaDC6Y6nq0=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
Expand Down
4 changes: 3 additions & 1 deletion cmd/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.3

require (
github.com/jaegertracing/jaeger v1.60.0
github.com/krzysztofreczek/go-structurizr v0.1.35
github.com/krzysztofreczek/go-structurizr v0.0.0
)

require (
Expand Down Expand Up @@ -101,3 +101,5 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/krzysztofreczek/go-structurizr => ../..
2 changes: 0 additions & 2 deletions cmd/example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/krzysztofreczek/go-structurizr v0.1.35 h1:NLRPcUNrBW8rW8KvF5RPXb/0PdOsOnsaCIMznPWdf1o=
github.com/krzysztofreczek/go-structurizr v0.1.35/go.mod h1:txJjDBYAvqOFBDWvknOztaUxQaTw5yrg1YaDC6Y6nq0=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
Expand Down

0 comments on commit 8802ae5

Please sign in to comment.