Browse Source

更新import包

master v1.9.0
guzeng 7 months ago
parent
commit
bd0e173742
3 changed files with 0 additions and 5 deletions
  1. +0
    -2
      exists_test.go
  2. +0
    -1
      go.mod
  3. +0
    -2
      go.sum

+ 0
- 2
exists_test.go View File

@ -1,9 +1,7 @@
package redis
import (
// "strconv"
"testing"
// "tgo/helper"
)
func Test_Exists(t *testing.T) {


+ 0
- 1
go.mod View File

@ -3,7 +3,6 @@ module git.tetele.net/tgo/redis
go 1.16
require (
git.tetele.net/tgo/conf v0.48.0
git.tetele.net/tgo/helper v0.3.1
github.com/gomodule/redigo v1.8.8
)

+ 0
- 2
go.sum View File

@ -1,5 +1,3 @@
git.tetele.net/tgo/conf v0.48.0 h1:goHmxuzkSnoPFJbTVIF7IL13SAINQWWilEQVrRJR9Wg=
git.tetele.net/tgo/conf v0.48.0/go.mod h1:AWVIBEDE5dtotthUgR0SWaR2Qa6/f+O5WQ3s7Tj8q7A=
git.tetele.net/tgo/helper v0.3.1 h1:5+6xK6nr2BB1A0XVKrrA8R/GW0y3aUuKUIcz3zgAwZo=
git.tetele.net/tgo/helper v0.3.1/go.mod h1:89mQwyfqZ+t8YXiVwzSxA70gLlUNqoZGDEUxvV46jXk=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=


Loading…
Cancel
Save