1
1
module github.com/TimothyStiles/allbase
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.7.1
7
- github.com/friendsofgo/errors v0.9.2
7
+ github.com/TimothyStiles/poly v0.20.0
8
8
github.com/gin-gonic/gin v1.8.0
9
- github.com/huandu/go-sqlbuilder v1.13.0
10
9
github.com/jmoiron/sqlx v1.3.4
11
- github.com/mattn/go-sqlite3 v1.14.12
10
+ github.com/mattn/go-sqlite3 v1.14.14
12
11
github.com/spf13/cobra v1.2.1
13
12
github.com/spf13/viper v1.9.0
14
- github.com/volatiletech/null/v8 v8.1.2
15
- github.com/volatiletech/sqlboiler/v4 v4.11.0
16
- github.com/volatiletech/strmangle v0.0.4
17
- modernc.org/sqlite v1.17.3
13
+ github.com/uptrace/bun v1.1.7
14
+ github.com/uptrace/bun/dialect/sqlitedialect v1.1.7
15
+ github.com/uptrace/bun/driver/sqliteshim v1.1.7
18
16
)
19
17
20
18
require (
19
+ github.com/TimothyStiles/surrealdb.go v0.0.0-20220905012407-571308281d15 // indirect
21
20
github.com/andybalholm/cascadia v1.2.0 // indirect
22
- github.com/ericlagergren/decimal v0.0.0-20181231230500-73749d4874d5 // indirect
23
21
github.com/fsnotify/fsnotify v1.5.1 // indirect
24
22
github.com/gin-contrib/sse v0.1.0 // indirect
25
23
github.com/go-playground/locales v0.14.0 // indirect
26
24
github.com/go-playground/universal-translator v0.18.0 // indirect
27
25
github.com/go-playground/validator/v10 v10.10.0 // indirect
28
26
github.com/goccy/go-json v0.9.7 // indirect
29
- github.com/gofrs/uuid v3.2.0+incompatible // indirect
30
27
github.com/google/uuid v1.3.0 // indirect
28
+ github.com/gorilla/websocket v1.5.0 // indirect
31
29
github.com/hashicorp/hcl v1.0.0 // indirect
32
- github.com/huandu/xstrings v1.3.2 // indirect
33
30
github.com/inconshreveable/mousetrap v1.0.0 // indirect
31
+ github.com/jinzhu/inflection v1.0.0 // indirect
34
32
github.com/json-iterator/go v1.1.12 // indirect
35
33
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
34
+ github.com/klauspost/cpuid v1.3.1 // indirect
36
35
github.com/leodido/go-urn v1.2.1 // indirect
37
36
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481 // indirect
37
+ github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect
38
38
github.com/magiconair/properties v1.8.5 // indirect
39
39
github.com/mattn/go-isatty v0.0.14 // indirect
40
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
40
41
github.com/mitchellh/mapstructure v1.4.2 // indirect
41
42
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
42
43
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -48,26 +49,28 @@ require (
48
49
github.com/spf13/jwalterweatherman v1.1.0 // indirect
49
50
github.com/spf13/pflag v1.0.5 // indirect
50
51
github.com/subosito/gotenv v1.2.0 // indirect
52
+ github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
51
53
github.com/ugorji/go/codec v1.2.7 // indirect
52
- github.com/volatiletech/inflect v0.0.1 // indirect
53
- github.com/volatiletech/randomize v0.0.1 // indirect
54
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
55
- golang.org/x/mod v0.4.2 // indirect
56
- golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
57
- golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
58
- golang.org/x/text v0.3.6 // indirect
59
- golang.org/x/tools v0.1.5 // indirect
60
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
54
+ github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
55
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
56
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
57
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
58
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
59
+ golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
60
+ golang.org/x/text v0.3.7 // indirect
61
+ golang.org/x/tools v0.1.12 // indirect
61
62
google.golang.org/protobuf v1.28.0 // indirect
62
63
gopkg.in/ini.v1 v1.63.2 // indirect
63
64
gopkg.in/yaml.v2 v2.4.0 // indirect
64
- lukechampine.com/uint128 v1.1.1 // indirect
65
+ lukechampine.com/blake3 v1.1.5 // indirect
66
+ lukechampine.com/uint128 v1.2.0 // indirect
65
67
modernc.org/cc/v3 v3.36.0 // indirect
66
- modernc.org/ccgo/v3 v3.16.6 // indirect
67
- modernc.org/libc v1.16.7 // indirect
68
+ modernc.org/ccgo/v3 v3.16.8 // indirect
69
+ modernc.org/libc v1.16.17 // indirect
68
70
modernc.org/mathutil v1.4.1 // indirect
69
71
modernc.org/memory v1.1.1 // indirect
70
- modernc.org/opt v0.1.1 // indirect
71
- modernc.org/strutil v1.1.1 // indirect
72
+ modernc.org/opt v0.1.3 // indirect
73
+ modernc.org/sqlite v1.18.0 // indirect
74
+ modernc.org/strutil v1.1.2 // indirect
72
75
modernc.org/token v1.0.0 // indirect
73
76
)
0 commit comments