diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-04 18:05:00 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-04 20:39:41 +0200 |
| commit | 4d7fbc33a139d6484ae86c45b570b2c99fc737ef (patch) | |
| tree | 46c5788b8ed0eaf6f6581b3b7a87d633d842a8dd /home/fast-p/go.mod | |
| parent | 7ab57a27c9648b3a8e12f755e03fc84eb50291b4 (diff) | |
| download | nixos-4d7fbc33a139d6484ae86c45b570b2c99fc737ef.tar.zst | |
Test
Diffstat (limited to 'home/fast-p/go.mod')
| -rw-r--r-- | home/fast-p/go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/fast-p/go.mod b/home/fast-p/go.mod new file mode 100644 index 0000000..2d2c9a3 --- /dev/null +++ b/home/fast-p/go.mod @@ -0,0 +1,11 @@ +module fast-p + +go 1.25.4 + +require ( + github.com/boltdb/bolt v1.3.1 + github.com/cespare/xxhash v1.1.0 + github.com/mitchellh/go-homedir v1.1.0 +) + +require golang.org/x/sys v0.38.0 // indirect |
