Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica authored Aug 11, 2023
1 parent b3b34a4 commit d074684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For using this API in a `GO` project add the lines

```GO
require (
bitbucket.org/gisfederal/gpudb-api-go v0.0.9
github.com/kineticadb/gpudb-api-go v0.0.1
)
```

Expand All @@ -49,8 +49,8 @@ import (
"sync"
"time"

"bitbucket.org/gisfederal/gpudb-api-go/example"
"bitbucket.org/gisfederal/gpudb-api-go/kinetica"
"github.com/kineticadb/gpudb-api-go/example"
"github.com/kineticadb/gpudb-api-go/kinetica"
"go.uber.org/multierr"
"go.uber.org/zap"
)
Expand Down

0 comments on commit d074684

Please sign in to comment.