Skip to content

Commit

Permalink
logging and code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoles committed May 2, 2024
1 parent e5ce0a2 commit 2561c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module vc5
go 1.19

require (
github.com/davidcoles/cue v0.0.9
github.com/davidcoles/cue v0.0.11
github.com/davidcoles/xvs v0.1.13
github.com/elastic/go-elasticsearch/v7 v7.17.10
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/davidcoles/cue v0.0.9 h1:bnFjKwRYfzjNYRJ5WEIuW0mSSZnjD5ePdAwd83H0GSE=
github.com/davidcoles/cue v0.0.9/go.mod h1:uUTkCvlkD+nqbmP9XyA63BGMW3g3JJRYC0q8vJKSXMc=
github.com/davidcoles/cue v0.0.11 h1:Df9sZwpNknYsQA9nFJvqD49WiNBfesk8Wq4OMsyIA1k=
github.com/davidcoles/cue v0.0.11/go.mod h1:uUTkCvlkD+nqbmP9XyA63BGMW3g3JJRYC0q8vJKSXMc=
github.com/davidcoles/xvs v0.1.13 h1:nPVp0TXhP0Ccr3euEeUNYSUdW4RVLgSGzfFyKmB2s+c=
github.com/davidcoles/xvs v0.1.13/go.mod h1:NQg6Ob9zLr49qH3I6E6zqnGp4tVBu4cT/3vXUB2XA8w=
github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=
Expand Down

0 comments on commit 2561c2a

Please sign in to comment.