File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # PostgresConn
Original file line number Diff line number Diff line change 55require (
66 github.com/jmoiron/sqlx v1.3.5
77 github.com/lib/pq v1.10.9
8- github.com/sivaosorg/govm v1.0.3
8+ github.com/sivaosorg/govm v1.2.0
99)
1010
1111require (
@@ -18,7 +18,7 @@ require (
1818 github.com/modern-go/reflect2 v1.0.2 // indirect
1919 github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
2020 github.com/sirupsen/logrus v1.9.3 // indirect
21- golang.org/x/sys v0.6 .0 // indirect
21+ golang.org/x/sys v0.12 .0 // indirect
2222 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
2323 gopkg.in/yaml.v2 v2.4.0 // indirect
2424)
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
3434github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
3535github.com/sivaosorg/govm v1.0.3 h1:yfdhD0Pl8t1ey/VT/085BwK1Cy5gFv1Qztynx0zPGzA =
3636github.com/sivaosorg/govm v1.0.3 /go.mod h1:ymisVMkS/ouMgb7Wjaa7xVkqz7LLrh5SZOr0Q3V2Ogc =
37+ github.com/sivaosorg/govm v1.2.0 h1:1kHbQ8235HfK86ASGjITsf6xpV6OMmOnohgByK3VL1c =
38+ github.com/sivaosorg/govm v1.2.0 /go.mod h1:rXfPCNGc4ddPf1+VRX8Ytw/5xqehfPRrCr53Oi+cwpw =
3739github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
3840github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
3941github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
@@ -42,6 +44,8 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
4244golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4345golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
4446golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
47+ golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
48+ golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4549gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
4650gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc =
4751gopkg.in/natefinch/lumberjack.v2 v2.2.1 /go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc =
You can’t perform that action at this time.
0 commit comments