We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d0fd0 commit 530f25bCopy full SHA for 530f25b
landing-pages/site/go.mod
@@ -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
@@ -0,0 +1,4 @@
+github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWSzedDMq2hsfH78Qtqrc8EgY=
+github.com/FortAwesome/Font-Awesome v4.7.0+incompatible/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
+github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
+github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
0 commit comments