eclipse/go.mod

21 lines
566 B
Modula-2
Raw Normal View History

2024-01-11 00:13:14 +00:00
// Copyright (C) 2024 Umorpha Systems
// SPDX-License-Identifier: AGPL-3.0-or-later
module git.mothstuff.lol/lukeshu/eclipse
go 1.21.5
2024-01-11 17:59:26 +00:00
require (
2024-01-11 20:45:23 +00:00
github.com/datawire/ocibuild v0.0.3-0.20220423003204-fc6a4e9f90dc
github.com/spf13/cobra v1.8.0
2024-01-11 17:59:26 +00:00
sigs.k8s.io/yaml v1.4.0
)
require (
2024-01-11 20:45:23 +00:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
2024-01-11 17:59:26 +00:00
)