[PR #35] [MERGED] Refactor project structure to save dependencies in vendor folder #236

Closed
opened 2026-02-26 04:34:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/35
Author: @mageddo
Created: 9/30/2017
Status: Merged
Merged: 9/30/2017
Merged by: @mageddo

Base: masterHead: feature/MG-404


📝 Commits (10+)

📊 Changes

326 files changed (+38651 additions, -375 deletions)

View changed files

📝 .editorconfig (+2 -0)
📝 .gitignore (+2 -1)
.gitmodules (+0 -39)
📝 RELEASE-NOTES.md (+7 -1)
📝 VERSION (+1 -1)
📝 builder (+17 -14)
📝 conf/DnsServerCleaner.go (+0 -0)
📝 conf/SetMachineDnsServer.go (+2 -2)
📝 conf/conf.go (+12 -12)
📝 conf/conf_test.go (+0 -0)
📝 controller/env.go (+5 -5)
📝 controller/hostname.go (+5 -5)
📝 controller/index.go (+0 -0)
📝 controller/main.go (+6 -5)
📝 controller/statics.go (+2 -2)
📝 dns.go (+7 -6)
📝 docker-compose.yml (+28 -9)
📝 events/docker/DockerEvents.go (+7 -7)
📝 events/local/LocalEvents.go (+17 -17)
📝 flags/flags.go (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/35 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 9/30/2017 **Status:** ✅ Merged **Merged:** 9/30/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/MG-404` --- ### 📝 Commits (10+) - [`986df78`](https://github.com/mageddo/dns-proxy-server/commit/986df78fa5f41f040fc71a8e1566255c36288977) MG-404 move packages - [`81ba2bd`](https://github.com/mageddo/dns-proxy-server/commit/81ba2bd252e8497c62983654f106c2e3106268b2) MG-404 fixing packages - [`c9563f2`](https://github.com/mageddo/dns-proxy-server/commit/c9563f2fa7ff35b6f76f60862d398956ab6d6444) MG-404 fixing test files compilation - [`fba491f`](https://github.com/mageddo/dns-proxy-server/commit/fba491f59abc01c4be13666234ce984142e7c4cc) MG-404 adding dep dependencies - [`3b56e92`](https://github.com/mageddo/dns-proxy-server/commit/3b56e926431e7d95d12f3c5521f405ab55bf070a) MG-404 excluding folders - [`7c0f756`](https://github.com/mageddo/dns-proxy-server/commit/7c0f756d7c45de583e025acde2c28687a43e35d0) MG-404 chaning build - [`9bfd8d6`](https://github.com/mageddo/dns-proxy-server/commit/9bfd8d684d54c3c2713099379558bb5d793d0548) MG-404 adding vendor - [`9db06e5`](https://github.com/mageddo/dns-proxy-server/commit/9db06e523fcf774620e9b19dcc845bed19efc109) MG-404 using git module - [`c3b81d0`](https://github.com/mageddo/dns-proxy-server/commit/c3b81d0a6e45766f984891039db707283b825ee4) MG-404 fixing dependencies - [`32ff29e`](https://github.com/mageddo/dns-proxy-server/commit/32ff29eeeb2e7c0df352988204afe7ac042d5472) MG-404 removing modules ### 📊 Changes **326 files changed** (+38651 additions, -375 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+2 -0) 📝 `.gitignore` (+2 -1) ➖ `.gitmodules` (+0 -39) 📝 `RELEASE-NOTES.md` (+7 -1) 📝 `VERSION` (+1 -1) 📝 `builder` (+17 -14) 📝 `conf/DnsServerCleaner.go` (+0 -0) 📝 `conf/SetMachineDnsServer.go` (+2 -2) 📝 `conf/conf.go` (+12 -12) 📝 `conf/conf_test.go` (+0 -0) 📝 `controller/env.go` (+5 -5) 📝 `controller/hostname.go` (+5 -5) 📝 `controller/index.go` (+0 -0) 📝 `controller/main.go` (+6 -5) 📝 `controller/statics.go` (+2 -2) 📝 `dns.go` (+7 -6) 📝 `docker-compose.yml` (+28 -9) 📝 `events/docker/DockerEvents.go` (+7 -7) 📝 `events/local/LocalEvents.go` (+17 -17) 📝 `flags/flags.go` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#236
No description provided.