File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323
2424 - name : Build
2525 run : go build -v ./...
26- working-directory : ./go/go- sql
26+ working-directory : ./go/database/ sql
2727
2828 - name : Test go-sql
2929 run : go test -v ./...
30- working-directory : ./go/go- sql
30+ working-directory : ./go/database/ sql
3131
3232 gofmt :
3333 runs-on : ubuntu-latest
File renamed without changes.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- package gosql
15+ package sql
1616
1717import (
1818 "context"
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- package gosql
15+ package sql
1616
1717import (
1818 "context"
Original file line number Diff line number Diff line change 1- module google .com/sqlcommenter/gosql
1+ module github .com/google/ sqlcommenter/go/database/sql
22
33go 1.19
44
5- require go.opentelemetry.io/otel/sdk v1.10.0
5+ require (
6+ github.com/google/sqlcommenter/go/core v0.0.1-beta
7+ go.opentelemetry.io/otel/sdk v1.10.0
8+ )
69
710require (
811 github.com/go-logr/logr v1.2.3 // indirect
912 github.com/go-logr/stdr v1.2.2 // indirect
10- github.com/google/sqlcommenter/go/core v0.0.1-beta // indirect
1113 go.opentelemetry.io/otel v1.10.0 // indirect
1214 golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 // indirect
1315)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments