Skip to content

Commit a4f7bc4

Browse files
author
Maksym Trofimenko
committed
update module and LICENSE
1 parent 06dd118 commit a4f7bc4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Maksym Trofimenko
3+
Copyright (c) 2024 Tiny Systems Limited
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/rs/zerolog v1.31.0
77
github.com/spf13/cobra v1.8.1
88
github.com/spf13/viper v1.19.0
9-
github.com/tiny-systems/module v0.1.102
9+
github.com/tiny-systems/module v0.1.107
1010
)
1111

1212
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ github.com/tiny-systems/module v0.1.101 h1:o3zfNxjMz7Amt3fueEUUMmhTirS39WjY94bRj
223223
github.com/tiny-systems/module v0.1.101/go.mod h1:xJstbUaow3gPhkD3pTlwGSp0jSw4EVya5ULLpvCg2d4=
224224
github.com/tiny-systems/module v0.1.102 h1:p8sji65cj9C7kxAHxOArzD59TPjPEz7Wro3xfYgvEVM=
225225
github.com/tiny-systems/module v0.1.102/go.mod h1:xJstbUaow3gPhkD3pTlwGSp0jSw4EVya5ULLpvCg2d4=
226+
github.com/tiny-systems/module v0.1.107 h1:Rb7lWubcsNIMVU5fS20O3s1g+cCPHWCN8lz91xuJOk0=
227+
github.com/tiny-systems/module v0.1.107/go.mod h1:xJstbUaow3gPhkD3pTlwGSp0jSw4EVya5ULLpvCg2d4=
226228
github.com/tiny-systems/platform-api v0.0.10 h1:XFP0EgeDhjXtm7etBjBJrcih/z0BLXor3pcOjDuk1R8=
227229
github.com/tiny-systems/platform-api v0.0.10/go.mod h1:wZ5N4GR33bkFdryDGJuX2Oni9mtgTuXwdM/jHhLsAWU=
228230
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=

0 commit comments

Comments
 (0)