Skip to content

Commit

Permalink
Remove infratographer/x mod replace (#75)
Browse files Browse the repository at this point in the history
Inadvertently left

Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com>
  • Loading branch information
rizzza committed Feb 1, 2024
1 parent 55b9aa0 commit da8282b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,3 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)

replace go.infratographer.com/x => github.com/rizzza/x v0.0.0-20240123164547-34778d83c36b
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rizzza/x v0.0.0-20240123164547-34778d83c36b h1:4epo0Z4yPOZBSosvYAcxBJCt4a0IWgDBFUvGStPdytA=
github.com/rizzza/x v0.0.0-20240123164547-34778d83c36b/go.mod h1:OyhBG6qMQV+/VH3er3qsOuguZu7gZRKEkz128FsQ4dk=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
Expand Down Expand Up @@ -406,6 +404,8 @@ github.com/zclconf/go-cty v1.8.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUA
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
go.infratographer.com/permissions-api v0.2.7 h1:412NTWumUw6arWM1j/t8HvZVW2AF3Uyjn/HOaK8qzHE=
go.infratographer.com/permissions-api v0.2.7/go.mod h1:BjR8tnyvPAtUgYpNehR1/VwagNLY1Jk1dQsFaHxmqhY=
go.infratographer.com/x v0.3.10-0.20240129185339-bec1b00bf570 h1:trn9GYdFkVOJjZnJWJOFoOGn+oM5Ts+DRkyuEwTKY74=
go.infratographer.com/x v0.3.10-0.20240129185339-bec1b00bf570/go.mod h1:OyhBG6qMQV+/VH3er3qsOuguZu7gZRKEkz128FsQ4dk=
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1 h1:yJWyqeE+8jdOJpt+ZFn7sX05EJAK/9C4jjNZyb61xZg=
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1/go.mod h1:tlgpIvi6LCv4QIZQyBc8Gkr6HDxbJLTh9eQPNZAaljE=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 h1:aFJWCqJMNjENlcleuuOkGAPH82y0yULBScfXcIEdS24=
Expand Down

0 comments on commit da8282b

Please sign in to comment.