From 739039b3b30059c6b02a8206f149c3aa746f8a50 Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Mon, 28 Oct 2024 01:38:49 +0900 Subject: [PATCH] build(vendor): fix mod using local deps --- go.mod | 4 +--- go.sum | 2 ++ vendor/modules.txt | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index d7bef47f..7072651b 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index 40484271..35048789 100644 --- a/go.sum +++ b/go.sum @@ -74,6 +74,8 @@ 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-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= diff --git a/vendor/modules.txt b/vendor/modules.txt index 37bc8622..756c9285 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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-20241027163319-aa04487ea614 ## explicit; go 1.19 github.com/humanlogio/api/go/pkg/lang github.com/humanlogio/api/go/svc/account/v1 @@ -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