From 744237cdbfce6caac8f74dbd46f2c23221aac462 Mon Sep 17 00:00:00 2001 From: future-taga Date: Mon, 22 Aug 2022 19:52:53 +0900 Subject: [PATCH] replace tagscanner GitLab to GitHub. --- eval.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eval.go b/eval.go index 521e476..faf559a 100644 --- a/eval.go +++ b/eval.go @@ -9,7 +9,7 @@ import ( "time" "unicode" - "gitlab.com/osaki-lab/tagscanner/runtimescan" + "github.com/future-architect/tagscanner/runtimescan" ) // Eval returns converted query and bind value. diff --git a/go.mod b/go.mod index 5359b41..d64641a 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module github.com/future-architect/go-twowaysql go 1.16 require ( + github.com/future-architect/tagscanner v1.0.0 github.com/google/go-cmp v0.5.5 github.com/jackc/pgx/v4 v4.17.0 github.com/jmoiron/sqlx v1.3.1 github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac - gitlab.com/osaki-lab/tagscanner v0.1.4 gopkg.in/sourcemap.v1 v1.0.5 // indirect gotest.tools/v3 v3.2.0 ) diff --git a/go.sum b/go.sum index a07bca8..9c701da 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/future-architect/tagscanner v1.0.0 h1:k7nRQbdhavtVZG9ZUi2N4la/3dkekLMLYE+wHc9Ju3o= +github.com/future-architect/tagscanner v1.0.0/go.mod h1:8oNrgjBYshWEPUCUNbOzxuaoPcB6ifKzUi4jIC0BcgA= github.com/go-chi/chi/v5 v5.0.2/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= @@ -123,8 +125,6 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= -gitlab.com/osaki-lab/tagscanner v0.1.4 h1:gaGAR9eUFKK/voLreK8DIWPekxTnLfNekkS+q2eAydA= -gitlab.com/osaki-lab/tagscanner v0.1.4/go.mod h1:asBoTMuVCMqizDFrcgvPwhD1pjUABttEv/molXl3XiI= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=