Changed Package name, v0.3.2

This commit is contained in:
Jan Barfuss 2025-02-13 10:55:55 +01:00
parent 0c09cc0db0
commit 3cf67ed202
4 changed files with 6 additions and 6 deletions

View File

@ -18,5 +18,5 @@ An Package to interact with an mock stock exchange
- [ ] Test it - [ ] Test it
- [ ] Make it configureable - [ ] Make it configureable
- [x] Implement expire date - [x] Implement expire date
- [ ] Change Key to uuid - [ ] encrypt the data and key -> uid
- [ ] Document it - [ ] Document it

4
go.mod
View File

@ -1,5 +1,5 @@
module git.barfuss.email/jan/SimpleFinancePackage module git.neunzweinull.com/jan/SimpleFinancePackage
go 1.22.1 go 1.22.1
require git.barfuss.email/jan/crc16 v0.1.0 // indirect require git.neunzweinull.com/jan/crc16 v0.1.3

4
go.sum
View File

@ -1,2 +1,2 @@
git.barfuss.email/jan/crc16 v0.1.0 h1:9u/m/JO1/njaR6w2WsGTVezW/niYlT1tBRK2mRDR92w= git.neunzweinull.com/jan/crc16 v0.1.3 h1:a+vF2DhR42cOj96h8gHP9sHOlkppD5iew9aWI2mBvW8=
git.barfuss.email/jan/crc16 v0.1.0/go.mod h1:ibTarWCN7/nak76mWoU/pNhF+O0VzKX+8YpDftjc8LU= git.neunzweinull.com/jan/crc16 v0.1.3/go.mod h1:MOa6nMyDKWPreIQWb1eWRFJZfRBgbAWpaPmiPdqqiP4=

2
spf.go
View File

@ -6,7 +6,7 @@ import (
"errors" "errors"
"fmt" "fmt"
crc "git.barfuss.email/jan/crc16" crc "git.neunzweinull.com/jan/crc16"
) )
type SimpleFinancePackage struct { type SimpleFinancePackage struct {