File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/denisbrodbeck/machineid v1.0.1
7- github.com/flarco/dbio v0.3.243
7+ github.com/flarco/dbio v0.3.244
88 github.com/flarco/g v0.1.60
99 github.com/integrii/flaggy v1.5.2
1010 github.com/jedib0t/go-pretty v4.3.0+incompatible
@@ -173,6 +173,7 @@ require (
173173 google.golang.org/protobuf v1.28.1 // indirect
174174 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
175175 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
176+ gopkg.in/myesui/uuid.v1 v1.0.0 // indirect
176177 gopkg.in/yaml.v2 v2.4.0 // indirect
177178 gorm.io/driver/postgres v1.0.5 // indirect
178179 gorm.io/driver/sqlite v1.1.4 // indirect
Original file line number Diff line number Diff line change @@ -598,6 +598,7 @@ github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJ
598598github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A =
599599github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs =
600600github.com/mtibben/percent v0.2.1 /go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ibNBTZrns =
601+ github.com/myesui/uuid v1.0.0 h1:xCBmH4l5KuvLYc5L7AS7SZg9/jKdIFubM7OVoLqaQUI =
601602github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 /go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo =
602603github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab /go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM =
603604github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
@@ -1357,6 +1358,9 @@ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df h1:n7WqCuqOuCbNr617RXOY0AW
13571358gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df /go.mod h1:LRQQ+SO6ZHR7tOkpBDuZnXENFzX8qRjMDMyPD6BRkCw =
13581359gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec /go.mod h1:aPpfJ7XW+gOuirDoZ8gHhLh3kZ1B08FtV2bbmy7Jv3s =
13591360gopkg.in/inf.v0 v0.9.1 /go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw =
1361+ gopkg.in/myesui/uuid.v1 v1.0.0 h1:9y1k4tTQvYr0GliMtqWdBxMEX3X86gow12Uj6GIyBiE =
1362+ gopkg.in/myesui/uuid.v1 v1.0.0 /go.mod h1:OHnLC+jZGuFVkJVF3gLeL7pqB+S6rx0NlvgLqclsWc4 =
1363+ gopkg.in/stretchr/testify.v1 v1.2.2 h1:yhQC6Uy5CqibAIlk1wlusa/MJ3iAN49/BsR/dCCKz3M =
13601364gopkg.in/yaml.v2 v2.2.1 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
13611365gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
13621366gopkg.in/yaml.v2 v2.2.3 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments