tangled
alpha
login
or
join now
dzming.li
/
core
0
fork
atom
A vibe coded tangled fork which supports pijul.
0
fork
atom
overview
issues
pulls
pipelines
misc: add .air.toml
Anirudh Oppiliappan
1 year ago
d05ed34b
b1a88a75
+9
-1
2 changed files
expand all
collapse all
unified
split
.air.toml
go.mod
+8
.air.toml
reviewed
···
1
1
+
[build]
2
2
+
cmd = "go build -o bild ./cmd/legit/main.go"
3
3
+
bin = "bild"
4
4
+
root = "."
5
5
+
6
6
+
exclude_regex = [".*_templ.go"]
7
7
+
include_ext = ["go", "templ"]
8
8
+
exclude_dir = ["target", "atrium"]
+1
-1
go.mod
reviewed
···
13
13
github.com/mattn/go-sqlite3 v1.14.24
14
14
github.com/microcosm-cc/bluemonday v1.0.27
15
15
github.com/russross/blackfriday/v2 v2.1.0
16
16
+
golang.org/x/crypto v0.31.0
16
17
gopkg.in/yaml.v3 v3.0.1
17
18
)
18
19
···
36
37
github.com/sergi/go-diff v1.3.1 // indirect
37
38
github.com/skeema/knownhosts v1.3.0 // indirect
38
39
github.com/xanzy/ssh-agent v0.3.3 // indirect
39
39
-
golang.org/x/crypto v0.31.0 // indirect
40
40
golang.org/x/net v0.33.0 // indirect
41
41
golang.org/x/sys v0.28.0 // indirect
42
42
gopkg.in/warnings.v0 v0.1.2 // indirect