Skip to content

Commit

Permalink
update export version (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <sammyoina@gmail.com>
  • Loading branch information
SammyOina authored Jul 24, 2023
1 parent e0e9639 commit 0cd3f4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/edgexfoundry/go-mod-core-contracts v0.1.70
github.com/go-kit/kit v0.12.0
github.com/go-zoo/bone v1.3.0
github.com/mainflux/export v0.1.0
github.com/mainflux/export v0.1.1-0.20230724124847-67d0bc7f38cb
github.com/mainflux/mainflux v0.0.0-20230713105239-52131eba669c
github.com/mainflux/senml v1.5.0
github.com/nats-io/nats.go v1.27.1
Expand Down Expand Up @@ -87,5 +87,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/mainflux/export => /home/sammy/Documents/export
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ github.com/lestrrat-go/option v1.0.0/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmt
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=
github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I=
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2 h1:hRGSmZu7j271trc9sneMrpOW7GN5ngLm8YUZIPzf394=
github.com/mainflux/export v0.1.1-0.20230724124847-67d0bc7f38cb h1:+Zz1+/lX3bmt2AWyJHG2yVsJ7vqa0Q2XIYagG1dHj5c=
github.com/mainflux/export v0.1.1-0.20230724124847-67d0bc7f38cb/go.mod h1:speJE1lnq2emg5o4DqEoOe6nOgFRd0AEYSBBV2bCGKg=
github.com/mainflux/mainflux v0.0.0-20230713105239-52131eba669c h1:W6b2x4ngTpEC40RqHHktciQd8dKbDZbqKnAz26jliNI=
github.com/mainflux/mainflux v0.0.0-20230713105239-52131eba669c/go.mod h1:FoeJ13mrfikrsFDW6bOb3C44D5gZ5m9Jt249G1sLKq0=
github.com/mainflux/senml v1.5.0 h1:GAd1y1eMohfa6sVYcr2iQfVfkkh9l/q7B1TWF5L68xs=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ github.com/lestrrat-go/jwx/v2/x25519
# github.com/lestrrat-go/option v1.0.1
## explicit; go 1.16
github.com/lestrrat-go/option
# github.com/mainflux/export v0.1.0 => /home/sammy/Documents/export
# github.com/mainflux/export v0.1.1-0.20230724124847-67d0bc7f38cb
## explicit; go 1.20
github.com/mainflux/export/pkg/config
# github.com/mainflux/mainflux v0.0.0-20230713105239-52131eba669c
Expand Down Expand Up @@ -456,4 +456,3 @@ gopkg.in/yaml.v3
# robpike.io/filter v0.0.0-20150108201509-2984852a2183
## explicit
robpike.io/filter
# github.com/mainflux/export => /home/sammy/Documents/export

0 comments on commit 0cd3f4c

Please sign in to comment.