This commit is contained in:
Miroslav Misek 2025-03-28 08:50:52 +01:00
parent 8b54ef7c42
commit da09a793cf
2 changed files with 2 additions and 1 deletions

1
.idea/logging.iml generated
View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4"> <module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />

2
go.mod
View File

@ -2,7 +2,7 @@ module netgarden.dev/maf/logging
go 1.24.1 go 1.24.1
replace netgarden.dev/maf/maf => ../maf replace netgarden.dev/maf/maf => ../../maf/maf
require netgarden.dev/maf/maf v0.0.0-20250327102624-f25d54ddf786 require netgarden.dev/maf/maf v0.0.0-20250327102624-f25d54ddf786