Skip to content

Commit

Permalink
Pull latest go-datastore commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jun 17, 2022
1 parent c69fcf9 commit d9a053b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug locald",
"name": "Debug api",
"type": "go",
"request": "launch",
"mode": "debug",
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/cmd/locald"
"program": "${workspaceFolder}/cmd/api"
}
]
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.4.0
github.com/satimoto/go-datastore v0.1.2-0.20220521192258-2eef04000302
github.com/satimoto/go-datastore v0.1.2-0.20220617204049-a054b8c672b1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/vektah/gqlparser/v2 v2.4.0
)
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/lightningnetwork/lnd/ticker v1.1.0 // indirect
github.com/miekg/dns v1.1.43 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/paulmach/orb v0.5.1-0.20220406232948-69ee7e81c712 // indirect
github.com/paulmach/orb v0.7.1 // indirect
github.com/satimoto/go-ocpi-api v0.0.3-0.20220518210005-014a687a70dc
github.com/tidwall/gjson v1.6.1 // indirect
github.com/tidwall/match v1.0.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,8 @@ github.com/ory/viper v1.7.5/go.mod h1:ypOuyJmEUb3oENywQZRgeAMwqgOyDqwboO1tj3DjTa
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/paulmach/orb v0.5.1-0.20220406232948-69ee7e81c712 h1:y8oUyatsgSGGJcXxJRgTWU3TAc43v8NwJH3mYWnDglA=
github.com/paulmach/orb v0.5.1-0.20220406232948-69ee7e81c712/go.mod h1:FWRlTgl88VI1RBx/MkrwWDRhQ96ctqMCh8boXhmqB/A=
github.com/paulmach/orb v0.7.1 h1:Zha++Z5OX/l168sqHK3k4z18LDvr+YAO/VjK0ReQ9rU=
github.com/paulmach/orb v0.7.1/go.mod h1:FWRlTgl88VI1RBx/MkrwWDRhQ96ctqMCh8boXhmqB/A=
github.com/paulmach/protoscan v0.2.1/go.mod h1:SpcSwydNLrxUGSDvXvO0P7g7AuhJ7lcKfDlhJCDw2gY=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.1.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down Expand Up @@ -768,6 +770,8 @@ github.com/satimoto/go-datastore v0.1.2-0.20220520202847-d56aa7164261 h1:yZB+gF5
github.com/satimoto/go-datastore v0.1.2-0.20220520202847-d56aa7164261/go.mod h1:gz81qrvwGFlGiHKrIDcHSkEbmSEhpMZvFRuZaVj2AUw=
github.com/satimoto/go-datastore v0.1.2-0.20220521192258-2eef04000302 h1:c+8/6NjGjT+I7rZSvWjKZsgInenxNuPT4SkFtrvGB/o=
github.com/satimoto/go-datastore v0.1.2-0.20220521192258-2eef04000302/go.mod h1:JzEdmd3mdYqOrOcVu76k7Ekp9yGm6lD0jfEqFF32jMs=
github.com/satimoto/go-datastore v0.1.2-0.20220617204049-a054b8c672b1 h1:QlBt1rhOMcZkLwTZXMSz0EdMwbym0CEx0z6O8Q9qQJo=
github.com/satimoto/go-datastore v0.1.2-0.20220617204049-a054b8c672b1/go.mod h1:SvM8losYPwH6hJgUKLkjNtQwVv06lZgCMWl8cGdllCM=
github.com/satimoto/go-ocpi-api v0.0.3-0.20220518210005-014a687a70dc h1:/xPbJe3Mh1Yu6PhnLY5XBEBZbiysGD6+MPZ/STjl708=
github.com/satimoto/go-ocpi-api v0.0.3-0.20220518210005-014a687a70dc/go.mod h1:oCPVkW7hahnHn3uKj1rLjK0XmSHeSxHcXBS/vx9mSq4=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
Expand Down

0 comments on commit d9a053b

Please sign in to comment.