alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
misc: add .air.toml
author
Anirudh Oppiliappan
date
1 year ago
(Jan 27, 2025, 5:12 PM +0200)
commit
d05ed34b
d05ed34b28c403d44734c0bd86323b9aef8a7e00
parent
b1a88a75
b1a88a75279e1a0d5a6aeb91fe98404f64a374c7
+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