Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
module github.com/devfile-samples/devfile-sample-go-basic

go 1.19

require(
github.com/labstack/echo/v4 v4.1.18-0.20201215153152-4422e3b66b9f //trustify-da-ignore
github.com/russellhaering/goxmldsig v1.1.0 //trustify-da-ignore
github.com/gin-gonic/gin v1.6.0 //trustify-da-ignore
github.com/miekg/dns v1.0.4-0.20180125103619-43913f2f4fbd //trustify-da-ignore
github.com/ipld/go-car v0.3.0 //trustify-da-ignore
go.elastic.co/apm v1.11.0 //trustify-da-ignore
gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e //trustify-da-ignore
)
go 1.25.0
Loading
Loading