Skip to content

Commit

Permalink
Updated references to github from bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Aug 11, 2023
1 parent 431d2fa commit f023f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"sync"
"time"

"bitbucket.org/gisfederal/gpudb-api-go/example"
"bitbucket.org/gisfederal/gpudb-api-go/kinetica"
"github.com/gocarina/gocsv"
"github.com/kineticadb/gpudb-api-go/example"
"github.com/kineticadb/gpudb-api-go/kinetica"
"go.uber.org/multierr"
"go.uber.org/zap"
)
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module bitbucket.org/gisfederal/gpudb-api-go
module github.com/kineticadb/gpudb-api-go

go 1.20

Expand All @@ -22,7 +22,6 @@ require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gocarina/gocsv v0.0.0-20230616125104-99d496ca653d
github.com/hamba/avro/v2 v2.13.0
github.com/json-iterator/go v1.1.12 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down
2 changes: 0 additions & 2 deletions logs/gpudb-api.log

This file was deleted.

0 comments on commit f023f21

Please sign in to comment.