eclipse/go.mod

29 lines
898 B
Modula-2
Raw Permalink 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-18 19:08:10 +00:00
git.lukeshu.com/go/containers v0.2.1
2024-01-17 21:52:40 +00:00
git.lukeshu.com/go/libsystemd v0.5.3
2024-01-11 20:45:23 +00:00
github.com/datawire/ocibuild v0.0.3-0.20220423003204-fc6a4e9f90dc
2024-02-25 01:32:05 +00:00
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
2024-01-13 02:55:28 +00:00
github.com/mattn/go-sqlite3 v1.14.19
2024-01-11 20:45:23 +00:00
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
2024-01-11 17:59:26 +00:00
sigs.k8s.io/yaml v1.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2024-01-11 20:45:23 +00:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-01-11 20:45:23 +00:00
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2024-01-11 17:59:26 +00:00
)