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:36:03 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2024-01-11 17:59:26 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
sigs.k8s.io/yaml v1.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|