Skip to content

Commit

Permalink
build(vendor): fix mod using local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 27, 2024
1 parent 3237d77 commit b3d62ed
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/go-logfmt/logfmt v0.5.1
github.com/google/uuid v1.6.0
github.com/humanlogio/api/go v0.0.0-20241011070935-7bb04da206c8
github.com/humanlogio/api/go v0.0.0-20241027163319-aa04487ea614
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e
github.com/matoous/go-nanoid v1.5.0
Expand Down Expand Up @@ -75,5 +75,3 @@ require (
golang.org/x/text v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/humanlogio/api/go => /Users/antoine/code/src/github.com/humanlogio/api/go
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c/go.mod h1:NMPJylDgVpX0MLRlPy15sqSwOFv/U1GZ2m21JhFfek0=
github.com/humanlogio/api/go v0.0.0-20241011070935-7bb04da206c8 h1:fp03gUzn8/rQOgYDD6XUi9X8tl8UD8SP/NlHs8sFHTg=
github.com/humanlogio/api/go v0.0.0-20241011070935-7bb04da206c8/go.mod h1:+hU/MU1g6QvtbeknKOlUI1yEStVqkPJ8jmYIj63OV5I=
github.com/humanlogio/api/go v0.0.0-20241027163319-aa04487ea614 h1:YxgFfohQN7m4IX1zG8M5UilXGxUhMegJ8sJyBMsJfdw=
github.com/humanlogio/api/go v0.0.0-20241027163319-aa04487ea614/go.mod h1:+hU/MU1g6QvtbeknKOlUI1yEStVqkPJ8jmYIj63OV5I=
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6 h1:ZK1mH67KVyVW/zOLu0xLva+f6xJ8vt+LGrkQq5FJYLY=
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6/go.mod h1:JIiJcj9TX57tEvCXjm6eaHd2ce4pZZf9wzYuThq45u8=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down
37 changes: 14 additions & 23 deletions vendor/github.com/humanlogio/api/go/types/v1/logquery.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ github.com/google/uuid
# github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c
## explicit
github.com/gsterjov/go-libsecret
# github.com/humanlogio/api/go v0.0.0-20241011070935-7bb04da206c8 => /Users/antoine/code/src/github.com/humanlogio/api/go
# github.com/humanlogio/api/go v0.0.0-20241011070935-7bb04da206c8
## explicit; go 1.19
github.com/humanlogio/api/go/pkg/lang
github.com/humanlogio/api/go/svc/account/v1
Expand Down Expand Up @@ -307,4 +307,3 @@ google.golang.org/protobuf/types/known/timestamppb
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# github.com/humanlogio/api/go => /Users/antoine/code/src/github.com/humanlogio/api/go

0 comments on commit b3d62ed

Please sign in to comment.