Skip to content

Commit 530f25b

Browse files
committed
go mod files
1 parent 54d0fd0 commit 530f25b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

landing-pages/site/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/apache/airflow-site
2+
3+
go 1.25.3
4+
5+
require (
6+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
7+
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
8+
)

landing-pages/site/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWSzedDMq2hsfH78Qtqrc8EgY=
2+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
4+
github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)